GetDataProtocol

public protocol GetDataProtocol

Undocumented

  • Returns the difference between the highest and lowest numbers in the data set or data sets.

    Declaration

    Swift

    var range: Double { get }
  • Returns the lowest value in the data set or data sets.

    Declaration

    Swift

    var minValue: Double { get }
  • Returns the highest value in the data set or data sets

    Declaration

    Swift

    var maxValue: Double { get }
  • Returns the average value from the data set or data sets.

    Declaration

    Swift

    var average: Double { get }