Example #1
0
 public float GetPeak(WaveData wave)
 {
     return(GetPeak(wave.Floats));
 }