예제 #1
0
 public static bool AboutZero(this float a)
 {
     return(a.AboutZero(Maths.epsilon));
 }