DataPoint

public struct DataPoint : Codable
extension MimiTestAudiogram.DataPoint: Equatable
extension MimiTestAudiogram.DataPoint: Identifiable, Hashable

An individual data point of the audiogram.

  • Frequency that was tested. Unit: Hertz (Hz).

    Declaration

    Swift

    public let frequency: Int
  • Hearing threshold. Value within range of -10 to 120. Unit: dB HL.

    Declaration

    Swift

    public let threshold: Double