Indicates whether a DoubleComplex number is
infinite.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Shared Function IsInfinity ( _ z As DoubleComplex _ ) As Boolean |
| C# |
|---|
public static bool IsInfinity ( DoubleComplex z ) |
| C++ |
|---|
public: static bool IsInfinity ( DoubleComplex z ) |
Parameters
- z (Extreme.Mathematics.DoubleComplex)
- A DoubleComplex number.
Return Value
true if the real or imaginary part is PositiveInfinity or NegativeInfinity; otherwise false.
Remarks
Directed infinities are currently not
supported.