Click or drag to resize
Complex Constructor (Double)
Constructs a Complex with a zero imaginary part.

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

Parameters

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