IMSL C# Numerical Library

Complex.MultiplyImag Method (Double, Complex)

Returns the product of a pure imaginary double and a Complex object, ix * y.

public static Complex MultiplyImag(
   double x,
   Complex y
);

Parameters

x
A double value representing a pure imaginary.
y
A Complex object.

Return Value

A newly constructed Complex initialized to ix * y.

See Also

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