You are here: Symbol Reference > Statistics Namespace > Functions > Statistics.RemoveColumn Function
Stats Master VCL
ContentsIndex
PreviousUpNext
Statistics.RemoveColumn Function

Remove matrix column.

Pascal
procedure RemoveColumn(const Src: TMtx; const Dst: TMtx; const Index: Integer);

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

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!