Quad.Is Finite Method
Returns whether the specified quadruple-precision floating-point number is finite.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if value is not NaN and not infinite; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static bool IsFinite(
Quad value
)
Parameters
- value Quad
- A quadruple-precision floating-point number.
Return Value
Booleantrue if value is not NaN and not infinite; otherwise false.