ComplexMultiply(Complex, Complex) Operator

Definition

Namespace: DotNumerics
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
public static Complex operator *(
	Complex z1,
	Complex z2
)

Parameters

z1  Complex
 
z2  Complex
 

Return Value

Complex

See Also