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