Complex.Complex

Complex(double, double)

Initializes a new instance of the Complex struct.

public Complex(double real, double imaginary)
ParameterTypeDescription
realDoubleThe real part.
imaginaryDoubleThe imaginary part.

See Also


Complex(Complex)

Initializes a new instance of the Complex struct.

public Complex(Complex c)
ParameterTypeDescription
cComplexThe complex number.

See Also