Indicates whether a complex number is
infinite.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x
Reference