[]
Gets or sets the value of element at special location.
public double this[int row, int column] { get; set; }
Public Default Property Item(row As Integer, column As Integer) As Double
| Type | Name | Description |
|---|---|---|
| int | row | |
| int | column |
| Type | Description |
|---|---|
| double | A double indicates the element value. |
Note: The row and column are base on zero.