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