DoubleInfoIsFinite Property |
Gets a value indicating whether the floating point value is a finite number.
Namespace:
Meta.Numerics.Extended
Assembly:
Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax public bool IsFinite { get; }
Public ReadOnly Property IsFinite As Boolean
Get
public:
property bool IsFinite {
bool get ();
}
member IsFinite : bool with get
Property Value
Type:
BooleanRemarks Infinities and NaNs are not finite.
See Also