MatrixItem(Range, Int32) Property |
Gets a range of rows and columns as a new matrix.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.7.0+6baf2f2fa1d256420275372aea03344dd79bdd55
Syntaxpublic Matrix this[
Range rowRange,
int column
] { get; }Parameters
- rowRange Range
- Row range.
- column Int32
- Column index.
Return Value
MatrixA new matrix.
See Also