Click or drag to resize

SparseVectorStorageT Fields

The SparseVectorStorageT type exposes the following members.

Fields
 NameDescription
Public fieldIndices Array that contains the indices of the non-zero values.
Public fieldLength
(Inherited from VectorStorageT)
Public fieldValueCount Gets the number of non-zero elements in the vector.
Public fieldValues Array that contains the non-zero elements of the vector.
Top
See Also