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