Avalonia API Reference
C#
VB
F#
Show/Hide TOC
Math
Utilities
Is
Zero Method
Overload List
IsZero(Double)
IsZero - Returns whether or not the double is "close" to 0. Same as AreClose(double, 0), but this is faster.
IsZero(Single)
IsZero - Returns whether or not the float is "close" to 0. Same as AreClose(float, 0), but this is faster.
See Also
Reference
MathUtilities Class
Avalonia.Utilities Namespace
In This Article
Overload List
See Also