Overload List

  Name Description
Complex()()()
Default constructor.
Complex(Complex)
Copy constructor
Complex(JepDouble)
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.
Complex(Double)
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.
Complex(Double, Double)
Initialize the real and imaginary components to the values given by the parameters.

See Also