BigFloat.IsInteger Property

Checks if the value of a BigFloat value is an integer.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public bool IsInteger { get; }

Return Value

Boolean
true if the number is an integer; otherwise false.

See Also