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; }
Public ReadOnly Property IsZero As Boolean
Get
public:
property bool IsZero {
bool get ();
}
member IsZero : bool with get
Property Value
Type:
BooleanRemarks Both +0.0 and -0.0 are zero for the purposes of this test.
See Also