Skip to main content

LessThanOrClose Method

Overload List

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

See Also

Reference

MathUtilities Class
Avalonia.Utilities Namespace