ComplexMatrixMultiply 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: 24.2.419.0 (24.2.419.0)
Syntax public 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.CoordinatesComplex
The vector to be multiplied.
Return Value
Type:
ComplexThe resultant vector.
Exceptions See Also