Click or drag to resize

MathfIsEqualApprox Method

Overload List
  NameDescription
Public methodStatic memberIsEqualApprox(Single, Single)
Returns true if `a` and `b` are approximately equal to each other. The comparison is done using a tolerance calculation with Epsilon.
Public methodStatic memberIsEqualApprox(Single, Single, Single)
Returns true if `a` and `b` are approximately equal to each other. The comparison is done using the provided tolerance value. If you want the tolerance to be calculated for you, use IsEqualApprox(Single, Single).
Top
See Also