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