Click or drag to resize

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; }

Property Value

Type: Boolean
Remarks

Infinities and NaNs are not finite.

See Also