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
  • Matrix [in]

Type: Double()

  • Row [in]

Type: Long

  • Col [in]

Type: Long

  • NRows [in]

Type: Long

  • NCols [in]

Type: Long

  • Result [in,out]

Type: Double()

Integer