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.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic Matrix this[
Range rowRange,
int column
] { get; }Parameters
- rowRange Range
- Row range.
- column Int32
- Column index.
Return Value
MatrixA new matrix.
See Also