ComplexMultiply(Double, Complex) Operator |
Complex multiplication.
Namespace: DotNumericsAssembly: 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
)
Public Shared Operator * (
d1 As Double,
z2 As Complex
) As Complex
Request Example
View SourceParameters
- d1 Double
-
- z2 Complex
- The right side of the operator.
Return Value
ComplexA value that represents the result of the operation.
See Also