Construct from a Number. This constructor initializes the real component of the complex number using the DoubleValue property of a JepDouble. The imaginary component is initialized to zero.

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

Syntax

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

See Also