예제 #1
0
 public static bool AreSame(this float a, float b)
 {
     return(a.AreSame(b, 0.0025f));
 }