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