MatrixObject.MatrixSweep

This function performs a sweep of Matrix placing results back in Matrix starting from FromColumn and ending at ToColumn. Delta is the direction of the sweep. Delta = 1 is forward sweep, Delta = -1 is backward sweep.

Syntax Parameters Return Value
Function MatrixObject.MatrixSweep( _
    Matrix As Double(), _
    From As Long, _
    To As Long, _
    Dir As Long) As Integer
  • Matrix [in]

Type: Double()

  • From [in]

Type: String

  • To [in]

Type: String

  • Dir [in]

Type: Long

Integer