BigFloat.IsFinite Method

Returns whether a BigFloat value is finite.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static bool IsFinite(
	BigFloat value
)

Parameters

value  BigFloat
The BigFloat value to be tested.

Return Value

Boolean
true if value is not NaN and not infinite; otherwise false.

See Also