Home
Script Language
Vectors
Class TVector
Methods
Clone
See also:
CopyFrom
Index
Statistical Background
Clone
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
).