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
TVector
Methods
Clear
See also:
Fill
,
IsEmpty
,
Elem
Index
Statistical Background
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.