Complex<T>.Is Infinity Method
Indicates whether a complex number is
infinite.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
true if the real or imaginary part is PositiveInfinity or NegativeInfinity; otherwise false.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static bool IsInfinity(
Complex<T> z
)
Parameters
Return Value
Booleantrue if the real or imaginary part is PositiveInfinity or NegativeInfinity; otherwise false.
Remarks
Directed infinities are currently not supported.