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