DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
2-Dimensional Arrays
TMatrix
Methods
ExchangeColumns
See also:
ExchangeRows
,
RemoveColumn
Index
Statistical Background
ExchangeColumns
Declaration:
TMatrix
.
ExchangeColumns
(c1,c2: integer);
The method
ExchangeColumns
exchanges the two matrix columns
c1
and
c2
. The
OnChange
event is triggered after the exchange of the columns has been finished.