IComplex Ieee Operations<T, U>.Is Complex Infinity Method
Returns whether any component of a complex number is infinite.
Definition
Namespace: Numerics.NET.Generic
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if either or both of the real and imaginary components of value are infinite; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
bool IsComplexInfinity(
T value
)
Parameters
- value T
- A complex number.
Return Value
Booleantrue if either or both of the real and imaginary components of value are infinite; otherwise false.