public ComplexMatrix this[
IndexCollection rowIndexes,
string columnIndexes
] { get; }
Public ReadOnly Default Property Item (
rowIndexes As IndexCollection,
columnIndexes As String
) As ComplexMatrix
Get
public:
virtual property ComplexMatrix^ default[IndexCollection^ rowIndexes, String^ columnIndexes] {
ComplexMatrix^ get (IndexCollection^ rowIndexes, String^ columnIndexes) sealed;
}
abstract Item : ComplexMatrix with get
override Item : ComplexMatrix with get
ArgumentNullException | rowIndexes is null. -or- columnIndexes is null. |
ArgumentOutOfRangeException | rowIndexes contains an index
which is greater than or equal to the number of rows of this instance. -or- columnIndexes is not a string reserved for tabular collection sub-referencing. |