| Visual Basic (Declaration) | |
|---|---|
Overloads Public Operator *( _ ByVal A As Matrix, _ ByVal x As Vector _ ) As Vector | |
Parameters
- A
- A Matrix instance on the left side of the multiplication operator.
- x
- A Vector instance on the right side of the multiplication operator.
Return Value
A CMatrix object that represents the product.| Exception | Description |
|---|---|
| SizeMismatchException | The vector size does not match with the number of the matrix columns. |
The CVector is considered to be a column vector; a one-column matrix.
The vector size must be equal to the number of columns of the matrix.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7