Click or drag to resize

ComplexMultiply(Double, Complex) Operator

Complex multiplication.

Namespace: DotNumerics
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Complex operator *(
	double d1,
	Complex z2
)
Request Example View Source

Parameters

d1  Double
 
z2  Complex
The right side of the operator.

Return Value

Complex
A value that represents the result of the operation.
See Also