Gets or sets the value of a sparse vector as a sparse array.
property AsSparseArray: TSparseVectorArray;
Use the AsSparseArray property to get or set the value of a sparse vector as an array of TSparseItem records, where the Index field specifies the element index, and the Value field contains the element value.