Vector<T> Properties
Properties
| Attributes | Gets attributes associated with the vector. |
| Can | Gets whether the vector can be reshaped into a matrix. |
| Count |
Gets the number of items that are not missing.
Preliminary |
| Element | Gets the element type of the vector. |
| Format | 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. |
| IsRead | 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. |
| May | Gets or sets whether the vector may contain missing values that require special handling in calculations. |
| Missing | Gets or sets the value that is used to represent missing values. |
| Missing | Gets how missing values are represented in the vector. |
| Name | Gets or sets the name of the vector. |
| Nonzero | Gets the number of nonzero elements in the vector. |
| Nonzero | 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. |