Checks if the value of a
BigFloat value is an integer.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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
.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference