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.
|
 | IsImmutable |
Gets whether the vector's elements are immutable.
|
 | IsReadOnly |
Gets whether the vector can be written to.
|
 | IsSparse |
Gets a value that indicates whether the vector is sparse.
|
 | ItemFuncT, Boolean |
Gets or sets the elements of a vector that match the specified condition.
|
 | ItemIEnumerableInt32 |
Gets or sets the elements of the vector with the specified indexes.
|
 | ItemIndex |
Gets or sets a specific element of this vector.
|
 | ItemInt32 |
Gets or sets a specific element of this vector.
|
 | ItemRange |
Gets or sets a range of elements of the vector.
|
 | ItemRange |
Gets or sets a range of elements of the vector.
|
 | ItemVectorBoolean |
Gets or sets the elements of a vector that match the specified condition.
|
 | Length |
Gets the number of elements in the vector.
|
 | MayHaveMissingValues |
Gets or sets whether the vector may contain missing values
that require special handling in calculations.
|
 | MissingValue |
Gets or sets the value that is used to represent missing values.
|
 | Name |
Gets or sets the name of the vector.
|
 | NonzeroComponents | Obsolete.
Gets a collection of IndexValuePairT objects
representing the nonzero elements of this instance.
|
 | NonzeroCount |
Gets the number of nonzero elements in the vector.
|
 | NonzeroElements |
Gets a collection of IndexValuePairT objects
representing the nonzero elements of this instance.
|
 | Precedence |
Infrastructure. This property supports the Numerical Libraries for .NET
infrastructure and is not intended to be used directly from your code.
|
Top
Reference