private double C_Sound()
 {
     return(AcousticalMath.SoundSpeed((double)Air_Temp.Value));
 }
Esempio n. 2
0
 private double CutOffLength()
 {
     return(((double)CO_TIME.Value / 1000) * AcousticalMath.SoundSpeed((double)Air_Temp.Value));;
 }