MathUtilitiesIsZero(Single) Method
IsZero - Returns whether or not the float is "close" to 0. Same as AreClose(float, 0),
but this is faster.
Namespace: Avalonia.UtilitiesAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static bool IsZero(
float value
)
Public Shared Function IsZero (
value As Single
) As Boolean
static member IsZero :
value : float32 -> bool
- value Single
- The float to compare to 0.
Boolean