Complex<T>.Is Infinity Method
Indicates whether a complex number is
infinite.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
true if the real or imaginary part is PositiveInfinity or NegativeInfinity; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
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.