Constructor from a single double value. The complex number is initialized with the real component equal to the parameter, and the imaginary component equal to zero.

Namespace:  SingularSys.Jep.Types
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
public Complex(
	double re_in
)
Visual Basic (Declaration)
Public Sub New ( _
	re_in As Double _
)
Visual C++
public:
Complex(
	double re_in
)

Parameters

re_in
Type: System..::.Double

See Also