Complex Constructor (Complex) |
Constructs a Complex equal to the argument.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public Complex(
Complex z
)
Public Sub New (
z As Complex
)
public:
Complex(
Complex z
)
new :
z : Complex -> Complex
Parameters
- z
- Type: Imsl.MathComplex
A Complex object.
Exceptions See Also