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