Click or drag to resize
Complex Constructor (Double, Double)
Constructs a Complex with real and imaginary parts given by the input arguments.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public Complex(
	double re,
	double im
)

Parameters

re
Type: SystemDouble
A double value equal to the real part of the Complex object.
im
Type: SystemDouble
A double value equal to the imaginary part of the Complex object.
See Also