MathfIsEqualApprox Method |
Name | Description | |
---|---|---|
![]() ![]() | IsEqualApprox(Single, Single) |
Returns true if `a` and `b` are approximately equal to each other.
The comparison is done using a tolerance calculation with Epsilon.
|
![]() ![]() | IsEqualApprox(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).
|