| Visual Basic (Declaration) | |
|---|---|
Public Overloads Sub SetRow( _ ByVal row As Integer, _ ByVal x As Vector _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As Matrix Dim row As Integer Dim x As Vector instance.SetRow(row, x) | |
Parameters
- row
- An integer specifying the row.
- x
- A Vector whose content will be used to set the elements of the specified row.
| Exception | Description |
|---|---|
| IndexOutOfBoundsException | row exceeds matrix size. |
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7