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