Click or drag to resize

DoubleInfoIsZero Property

Gets a value indicating whether the floating point value is zero.

Namespace:  Meta.Numerics.Extended
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public bool IsZero { get; }

Property Value

Type: Boolean
Remarks

Both +0.0 and -0.0 are zero for the purposes of this test.

See Also