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