| Visual Basic (Usage) | |
|---|---|
Dim instance As CMatrix Dim rowIndex As Integer Dim value As Complex value = instance.RowSum(rowIndex) | |
Parameters
- rowIndex
- An integer specifying the row to be summed.
Return Value
A complex equal to the sum of the specified row.| Exception | Description |
|---|---|
| IndexOutOfBoundsException | colIndex exceeds matrix size. |
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7