ComplexVectorMultiply(ComplexVector, Complex) Operator |
Vector-Scalar multiplication.
Namespace: DotNumerics.LinearAlgebraAssembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static ComplexVector operator *(
ComplexVector A,
Complex c
)
Public Shared Operator * (
A As ComplexVector,
c As Complex
) As ComplexVector
Request Example
View SourceParameters
- A ComplexVector
- The left side vector of the multiplication operator.
- c Complex
- The right side complex number of the multiplication operator.
Return Value
ComplexVectorA vector that represents the result of the multiplication.
See Also