Skip to main content

GreaterThanOrClose Method

Overload List

GreaterThanOrClose(Double, Double)GreaterThanOrClose - Returns whether or not the first double is greater than or close to the second double. That is, whether or not the first is strictly greater than or within epsilon of the other number.
GreaterThanOrClose(Single, Single)GreaterThanOrClose - Returns whether or not the first float is greater than or close to the second float. That is, whether or not the first is strictly greater than or within epsilon of the other number.

See Also

Reference

MathUtilities Class
Avalonia.Utilities Namespace