IsZero Method
Overload List
| IsZero(Double) | IsZero - Returns whether or not the double is "close" to 0. Same as AreClose(double, 0), but this is faster. |
| IsZero(Single) | IsZero - Returns whether or not the float is "close" to 0. Same as AreClose(float, 0), but this is faster. |