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


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.