MatrixItem(Index, Range) 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+e1037fa8802b3ff162e26559d763b73334940b70
Syntaxpublic Matrix this[
Index row,
Range columnRange
] { get; }Parameters
- row Index
- Row index.
- columnRange Range
- Column range.
Return Value
MatrixA new matrix.
See Also