Checks if the value of a
BigFloat value is zero.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public bool IsZero { get; }
Public ReadOnly Property IsZero As Boolean
Get
public:
property bool IsZero {
bool get ();
}
member IsZero : bool with get
Return Value
Type:
Boolean if the number is zero; otherwise
.
Reference