public ComplexMatrix this[
IndexCollection rowIndexes,
int columnIndex
] { get; }Public ReadOnly Default Property Item (
rowIndexes As IndexCollection,
columnIndex As Integer
) As ComplexMatrix
Getpublic:
virtual property ComplexMatrix^ default[IndexCollection^ rowIndexes, int columnIndex] {
ComplexMatrix^ get (IndexCollection^ rowIndexes, int columnIndex) sealed;
}abstract Item : ComplexMatrix with get
override Item : ComplexMatrix with get| ArgumentNullException | rowIndexes is null. |
| ArgumentOutOfRangeException | rowIndexes contains an index
which is greater than or equal to the number of rows of this instance. -or- columnIndex is less than zero. -or- columnIndex is greater than or equal to the number of columns of this instance. |