Constructs a Complex equal to the argument.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public Complex( Complex z ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ z As Complex _ ) |
Visual C++ |
---|
public: Complex( Complex z ) |
Parameters
- z
- Type: Imsl.Math..::.Complex
A Complex object.
Exceptions
Exception | Condition |
---|---|
System..::.NullReferenceException | is thrown if z is null |