Returns a row or part of a row of this instance.
Returns a row or part of a row of this instance.
| Name | Description |
---|
 | GetRowR(R) |
Gets the row with the specified row key.
|
 | GetRow(Int32) |
Returns a row vector for this instance
that points at the specified row.
|
 | GetRow(Int32, Intent) |
Returns a row vector for this instance
that points at the specified row.
|
 | GetRow(Int32, Range) |
Returns a row vector for this instance
starting at the specified row and column and of the
specified length.
|
 | GetRow(Int32, Int32, Int32) |
Returns a row vector for this instance
over the specified range.
|
 | GetRow(Int32, Int32, Int32, Intent) |
Returns a row vector for this instance
over the specified range.
|
 | GetRow(Int32, Int32, Int32, Int32) |
Returns a row vector for this instance
starting at the specified row and column and of the
specified length.
|
 | GetRow(Int32, Int32, Int32, Int32, Intent) |
Returns a row vector for this instance
starting at the specified row and column and of the
specified length.
|
Top
Reference