ComplexMultiply(Complex, Double) 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 *(
Complex z1,
double d2
)
Public Shared Operator * (
z1 As Complex,
d2 As Double
) As Complex
Request Example
View SourceParameters
- z1 Complex
- The left side of the operator.
- d2 Double
-
Return Value
ComplexA value that represents the result of the operation.
See Also