[]
Gets or sets z-value of data by specified row and column.
public double this[int column, int row] { get; set; }
Type | Name | Description |
---|---|---|
int | column | The column index. |
int | row | The row index. |
Type | Description |
---|---|
double | The z-value at the specified row and column. |