The VectorT generic type exposes the following members.
| Name | Description |
---|
 | Attributes |
Gets attributes associated with the vector.
|
 | CanReshape |
Gets whether the vector can be reshaped into a matrix.
|
 | Count |
Gets the number of items that are not missing.
|
 | ElementType |
Gets the element type of the vector.
|
 | FormatString |
Gets or sets the format to use for each element
when creating a string representation of the vector.
|
 | Index |
Gets or sets the index of labels for the vector.
|
 | IsSparse |
Gets a value that indicates whether the vector is sparse.
|
 | ItemIEnumerableInt32 |
Gets or sets the elements of the vector with the specified indexes.
|
 | ItemFuncT, Boolean |
Gets or sets the components of a vector that match the specified condition.
|
 | ItemInt32 |
Gets or sets a specific element of this vector.
|
 | ItemRange |
Gets or sets a range of elements of the vector.
|
 | ItemVectorBoolean |
Gets or sets the components of a vector that match the specified condition.
|
 | Length |
Gets the number of elements in the vector.
|
 | Name |
Gets or sets the name of the vector.
|
 | NonzeroComponents |
Gets a collection of IndexValuePairT objects
representing the nonzero elements of this instance.
|
 | NonzeroCount |
Gets the number of nonzero elements in the vector.
|
 | Precedence |
Infrastructure. This property supports the Numerical Libraries for .NET
infrastructure and is not intended to be used directly from your code.
|
Top
Reference