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


Clear

Declaration:TVector.Clear;
The method Clear sets all elements of a vector to a zero value. Please note that the method Clear sets the property IsEmpty to TRUE, while filling the vector with all zero values by using the method Fill does not.