MatrixObject.MatrixExtract
This function extracts a sub-Matrix from Matrix starting at (Row,Col) for NoOfRows and NoOfColumns. If NoOfRows or NoOfCols is 0 then the full size of the sub-Matrix is used.
| Syntax | Parameters | Return Value |
|---|---|---|
Function MatrixObject.MatrixExtract( _
Matrix As Double(), _
Row As Long, _
Col As Long, _
NRows As Long, _
NCols As Long, _
ByRef Result As Double()) As Integer
|
Type: Double()
Type: Long
Type: Long
Type: Long
Type: Long
Type: Double() |
Integer |