SSFrequencyTableSortOrder

public enum SSFrequencyTableSortOrder : Int, Codable, CustomStringConvertible

Defines the sort order of the Frequency Table

  • Sorts by frequency ascending

    Declaration

    Swift

    case frequencyAscending
  • Sorts by frequency descending

    Declaration

    Swift

    case frequencyDescending
  • Sorts by value ascending

    Declaration

    Swift

    case valueAscending
  • Sorts by value descending

    Declaration

    Swift

    case valueDescending
  • Undefined

    Declaration

    Swift

    case none
  • Declaration

    Swift

    public var description: String { get }