Big Float.Is Na N 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.3
C#
true if the value to be tested is NaN (Not a Number); otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static bool IsNaN(
BigFloat value
)
Parameters
Return Value
Booleantrue if the value to be tested is NaN (Not a Number); otherwise false.