DataPoint

data class DataPoint(val frequency: Int, val threshold: Double)

An individual data point of the audiogram.

Since

10.1.0

Constructors

Link copied to clipboard
constructor(frequency: Int, threshold: Double)

Properties

Link copied to clipboard

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

Link copied to clipboard

Hearing threshold. Value within range of -10 to 120. Unit: dB HL.