ComplexMatrix.Multiply Method (Complex[]) |
Returns the result of the multiplication of this matrix and a vector.
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Complex[] Multiply(
Complex[] vector
)
Public Function Multiply (
vector As Complex()
) As Complex()
public:
array<Complex>^ Multiply(
array<Complex>^ vector
)
member Multiply :
vector : Complex[] -> Complex[]
Parameters
- vector
- Type:AGI.Foundation.Coordinates.Complex[]
The vector to be multiplied.
Return Value
Type:
Complex[]The resultant vector.
Exceptions
See Also