Click or drag to resize
ComplexMultiplyImag Method (Double, Complex)
Returns the product of a pure imaginary double and a Complex object, ix * y.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Complex MultiplyImag(
	double x,
	Complex y
)

Parameters

x
Type: SystemDouble
A double value representing a pure imaginary.
y
Type: Imsl.MathComplex
A Complex object.

Return Value

Type: Complex
A newly constructed Complex initialized to ix * y.
See Also