toSoundPressureLevel method

SoundPressureLevel toSoundPressureLevel()

Converts this pressure to a sound pressure level.

Implementation

SoundPressureLevel toSoundPressureLevel() {
  return SoundPressureLevel.fromPressure(this);
}