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