| Name | Description |
---|
 | Attributes |
Gets attributes associated with the vector.
(Inherited from VectorT.) |
 | Bins |
Gets the index that contains the keys for the histogram's bins.
|
 | BinsAndValues |
Enumerates all bins and the total for each bin.
|
 | CanReshape |
Gets whether the vector can be reshaped into a matrix.
(Inherited from DenseVectorT.) |
 | Count |
Gets the number of items that are not missing.
(Inherited from VectorT.) |
 | ElementType |
Gets the element type of the vector.
(Inherited from VectorT.) |
 | FormatString |
Gets or sets the format to use for each element
when creating a string representation of the vector.
(Inherited from VectorT.) |
 | Index |
Gets or sets the index of labels for the vector.
(Inherited from VectorT.) |
 | IsImmutable |
Gets whether the vector's elements are immutable.
(Inherited from VectorT.) |
 | IsReadOnly |
Gets whether the vector can be written to.
(Inherited from VectorT.) |
 | IsSparse |
Gets a value that indicates whether the vector is sparse.
(Inherited from VectorT.) |
 | ItemFuncT, Boolean |
Gets or sets the elements of a vector that match the specified condition.
(Inherited from VectorT.) |
 | ItemIEnumerableInt32 |
Gets or sets the elements of the vector with the specified indexes.
(Inherited from VectorT.) |
 | ItemIndex |
Gets or sets a specific element of this vector.
(Inherited from VectorT.) |
 | ItemInt32 |
Gets or sets a specific element of this vector.
(Inherited from VectorT.) |
 | ItemRange |
Gets or sets a range of elements of the vector.
(Inherited from VectorT.) |
 | ItemRange |
Gets or sets a range of elements of the vector.
(Inherited from VectorT.) |
 | ItemVectorBoolean |
Gets or sets the elements of a vector that match the specified condition.
(Inherited from VectorT.) |
 | Length |
Gets the number of elements in the vector.
(Inherited from VectorT.) |
 | MayHaveMissingValues |
Gets or sets whether the vector may contain missing values
that require special handling in calculations.
(Inherited from VectorT.) |
 | MissingValue |
Gets or sets the value that is used to represent missing values.
(Inherited from VectorT.) |
 | Name |
Gets or sets the name of the vector.
(Inherited from VectorT.) |
 | NonzeroComponents | Obsolete.
Gets a collection of IndexValuePairT objects
representing the nonzero elements of this instance.
(Inherited from VectorT.) |
 | NonzeroCount |
Gets the number of nonzero elements in the vector.
(Inherited from VectorT.) |
 | NonzeroElements |
Gets a collection of IndexValuePairT objects
representing the nonzero elements of this instance.
(Inherited from VectorT.) |
 | Precedence |
Infrastructure. This property supports the Numerical Libraries for .NET
infrastructure and is not intended to be used directly from your code.
(Inherited from VectorT.) |
 | Storage |
Returns the array slice that is used to store the elements of the vector.
(Inherited from DenseVectorT.) |
 | TotalValue | Obsolete.
Gets the sum of all bin values.
|