예제 #1
0
 private static bool Within(float x, float a, float b)
 {
     return(x.ApproxGreaterThanOrEqualTo(a) && x.ApproxLessThanOrEqualTo(b));
 }