예제 #1
0
 public bool Terminate(IAlgorithm algorithm)
 {
     return(Criterion.Terminate(Measurement.GetValue(algorithm).DoubleValue, Target));
 }