public DoubleMatrix this[
int rowIndex,
string columnIndexes
] { get; }
Public ReadOnly Default Property Item (
rowIndex As Integer,
columnIndexes As String
) As DoubleMatrix
Get
public:
virtual property DoubleMatrix^ default[int rowIndex, String^ columnIndexes] {
DoubleMatrix^ get (int rowIndex, String^ columnIndexes) sealed;
}
abstract Item : DoubleMatrix with get
override Item : DoubleMatrix with get
ArgumentNullException | columnIndexes is null. |
ArgumentOutOfRangeException | rowIndex is
less than zero. -or- rowIndex 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. |