Click or drag to resize
Complex Constructor (Complex)
Constructs a Complex equal to the argument.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Complex(
	Complex z
)

Parameters

z
Type: Imsl.MathComplex
A Complex object.
Exceptions
ExceptionCondition
NullReferenceException is thrown if z is null
See Also