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
Double
VectorCopyFromInt
See also:
Copy1Dto1DArray
,
VectorCopyToInt
Index
Statistical Background
VectorCopyFromInt
Declaration:
VectorCopyFromInt
(InVec:
TIntArray
; var TargetVec:
TDoubleArray
): integer;
Copies the contents of the integer array
InVec
to the vector
TargetVec
. The vector
TargetVec
is automatically resized to match the size of the array
InVec
.