| 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.
Preliminary |
| 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.
Preliminary |
| 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.
|
| Item[Func<T, Boolean>] |
Gets or sets the elements of a vector that match the specified condition.
|
| Item[IEnumerable<Int32>] |
Gets or sets the elements of the vector with the specified indexes.
|
| Item[Index] |
Gets or sets a specific element of this vector.
|
| Item[Int32] |
Gets or sets a specific element of this vector.
|
| Item[Range] |
Gets or sets a range of elements of the vector.
|
| Item[Range] |
Gets or sets a range of elements of the vector.
|
| Item[Vector<Boolean>] |
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.
|
| MissingValueRepresentation |
Gets how missing values are represented in the vector.
|
| Name |
Gets or sets the name of the vector.
|
| NonzeroCount |
Gets the number of nonzero elements in the vector.
|
| NonzeroElements |
Gets a collection of IndexValuePair<T> objects
representing the nonzero elements of this instance.
|
| Precedence |
Infrastructure. This property supports the Numerics.NET
infrastructure and is not intended to be used directly from your code.
|