MathUtilities.

IsZero(double) Method

Summary

IsZero - Returns whether or not the double is "close" to 0. Same as AreClose(double, 0), but this is faster.
Namespace
Avalonia.Utilities
Containing Type
MathUtilities

Syntax

public static bool IsZero(double value)

Parameters

Name Type Description
value double The double to compare to 0.

Return Value

Type Description
bool