toSoundPressureLevel method
Converts this pressure to a sound pressure level.
Implementation
SoundPressureLevel toSoundPressureLevel() {
return SoundPressureLevel.fromPressure(this);
}
Converts this pressure to a sound pressure level.
SoundPressureLevel toSoundPressureLevel() {
return SoundPressureLevel.fromPressure(this);
}