DataLab is a compact statistics package aiming at exploratory data analysis. Please visit the DataLab Web site for more information....


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.