BigFloat.IsNaN Method

Checks if the value of a BigFloat value is "Not a Number."

Definition

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

Parameters

value  BigFloat
The BigFloat value to be tested.

Return Value

Boolean
true if the value to be tested is NaN (Not a Number); otherwise false.

Implements

INumberBase<TSelf>.IsNaN(TSelf)

See Also