DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
1-Dimensional Arrays
TVector
Methods
Clone
See also:
CopyFrom (Vector)
Index
Statistical Background
Clone (Vector)
Declaration:
TVector
.
Clone
(VecSource:
TVector
);
The method
Clone
resizes the vector to the dimensions of vector
VecSource
and copies the entire contents of
VecSource
into its own data area (
self
).