Indicates whether a complex number is
infinite.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static bool IsInfinity(
Complex<T> z
)
Public Shared Function IsInfinity (
z As Complex(Of T)
) As Boolean
public:
static bool IsInfinity(
Complex<T> z
)
static member IsInfinity :
z : Complex<'T> -> bool
Parameters
- z
- Type: Extreme.MathematicsComplexT
A complex number.
Return Value
Type:
Boolean if the real or imaginary part
is
PositiveInfinity or
NegativeInfinity; otherwise
.
Directed infinities are currently not
supported.
Reference