GreaterThan Method
Overload List
GreaterThan(Double, Double) | GreaterThan - Returns whether or not the first double is greater than the second double. That is, whether or not the first is strictly greater than and not within epsilon of the other number. |
GreaterThan(Single, Single) | GreaterThan - Returns whether or not the first float is greater than the second float. That is, whether or not the first is strictly greater than and not within epsilon of the other number. |