GetLaserErrorSignalThreshold() public method

public GetLaserErrorSignalThreshold ( ) : double
return double
Ejemplo n.º 1
0
 private double getLaserThresholdFromUI()
 {
     return(monitorWindow.GetLaserErrorSignalThreshold());
 }