| Visual Basic (Usage) | |
|---|---|
Dim instance As Matrix Dim x As Vector Dim value As Matrix value = instance.Times(x) | |
Parameters
- x
- A Vector object that represents the vector to multiply the current matrix with.
Return Value
A Matrix that represents the result of the matrix-vector multiplication.| Exception | Description |
|---|---|
| SizeMismatchException | The vector size does not match with the number of the current matrix columns. |
The vector parameter is taken as a column vector.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7