Imaginary<T>.Is Infinity Method
Indicates whether an imaginary number is
infinite.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
true if the real or imaginary part is PositiveInfinity or NegativeInfinity; otherwise false.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public static bool IsInfinity(
Imaginary<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.