MathUtilitiesAreClose Method

Overload List

AreClose(Double, Double) AreClose - Returns whether or not two doubles are "close". That is, whether or not they are within epsilon of each other.
AreClose(Single, Single) AreClose - Returns whether or not two floats are "close". That is, whether or not they are within epsilon of each other.
AreClose(Double, Double, Double) AreClose - Returns whether or not two doubles are "close". That is, whether or not they are within epsilon of each other.

See Also