IIeee Operations<T>.Is Finite Method
Gets whether the operand is a finite number.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if a is finite; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
bool IsFinite(
T a
)
Parameters
- a T
- A value.
Return Value
Booleantrue if a is finite; otherwise false.