Statistics.RemoveRow Method

procedure RemoveRow(const Src: TMtx; const Dst: TMtx; const Index: Integer);

Remove matrix row.

#NameTypeDescription
1SrcTMtx
2DstTMtx
3IndexIntegerstart index

Result: stored in self (calling object)

Remarks:

Removes index-th row from Src matrix and stores the result in Dst matrix. Size and complex properties of Dst matrix are adjusted automatically.

See Also: Statistics.RemoveColumn