Initialize the real and imaginary components to the values given by the parameters.

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

Syntax

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

Parameters

re_in
Type: System..::.Double
im_in
Type: System..::.Double

See Also