Home
Script Language
Vectors
Class TVector
Methods
Clear
See also:
IsEmpty
,
Fill
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.