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