IMSL C# Numerical Library

Complex Constructor (Double, Double)

Constructs a Complex with real and imaginary parts given by the input arguments.

public Complex(
   double re,
   double im
);

Parameters

re
A double value equal to the real part of the Complex object.
im
A double value equal to the imaginary part of the Complex object.

See Also

Complex Class | Imsl.Math Namespace | Complex Constructor Overload List