Home
Script Language
Vectors
VectorCopyFromInt
See also:
VectorCopy
,
VectorCopyToInt
,
MatrixCopyFromInt
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
.