Click or drag to resize

DenseVector Properties

The DenseVector type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the length or number of dimensions of this vector.
(Inherited from VectorT)
Public propertyItemGets or sets the value at the given index.
(Inherited from VectorT)
Public propertyStorage Gets the raw vector data storage.
(Inherited from VectorT)
Public propertyValues Gets the vector's data.
Top
See Also