SSCumulativeFrequencyTableFormat

public enum SSCumulativeFrequencyTableFormat : Int, Codable

Defines the format of the Cumulative Frequency Table

  • Each item will be shown as many as found

    Declaration

    Swift

    case eachUniqueItem = 1
  • Each item will be shown once

    Declaration

    Swift

    case eachItem = 2