Indicates the number of elements in the vector object.
property Count: integer;
For regular (dense) fixed-size vectors, the value of the Count property is always equal to the value of the Dimensions property.
For variable-size vectors, the Count property indicates the actual number of elements in the vector.
For sparse vectors, the Count property indicates the number of nonzero elements in the vector.