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