
public DoubleMatrix this[
	string rowIndexes,
	int columnIndex
] { get; }Public ReadOnly Default Property Item ( 
	rowIndexes As String,
	columnIndex As Integer
) As DoubleMatrix
	Getpublic:
virtual property DoubleMatrix^ default[String^ rowIndexes, int columnIndex] {
	DoubleMatrix^ get (String^ rowIndexes, int columnIndex) sealed;
}abstract Item : DoubleMatrix with get
override Item : DoubleMatrix 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. |