Composed Complex Vector<T> Properties
Properties
Attributes |
Gets attributes associated with the vector.
(Inherited from Vector<T>) |
Can |
Gets whether the vector can be reshaped into a matrix.
(Inherited from Vector<T>) |
Count |
Gets the number of items that are not missing.
(Inherited from Vector<T>) Preliminary |
Element |
Gets the element type of the vector.
(Inherited from Vector<T>) |
Format |
Gets or sets the format to use for each element
when creating a string representation of the vector.
(Inherited from Vector<T>) |
Index |
Gets or sets the index of labels for the vector.
(Inherited from Vector<T>) Preliminary |
IsImmutable |
Gets whether the vector's elements are immutable.
(Inherited from Vector<T>) |
IsRead |
Gets whether the vector can be written to.
(Inherited from Vector<T>) |
IsSparse |
Gets a value that indicates whether the vector is sparse.
(Inherited from Vector<T>) |
Item[Func<T, Boolean>] |
Gets or sets the elements of a vector that match the specified condition.
(Inherited from Vector<T>) |
Item[IEnumerable<Int32>] |
Gets or sets the elements of the vector with the specified indexes.
(Inherited from Vector<T>) |
Item[Index] |
Gets or sets a specific element of this vector.
(Inherited from Vector<T>) |
Item[Int32] |
Gets or sets a specific element of this vector.
(Inherited from Vector<T>) |
Item[Range] |
Gets or sets a range of elements of the vector.
(Inherited from Vector<T>) |
Item[Range] |
Gets or sets a range of elements of the vector.
(Inherited from Vector<T>) |
Item[Vector<Boolean>] |
Gets or sets the elements of a vector that match the specified condition.
(Inherited from Vector<T>) |
Length |
Gets the number of elements in the vector.
(Inherited from Vector<T>) |
May |
Gets or sets whether the vector may contain missing values
that require special handling in calculations.
(Inherited from Vector<T>) |
Missing |
Gets or sets the value that is used to represent missing values.
(Inherited from Vector<T>) |
Missing |
Gets how missing values are represented in the vector.
(Inherited from Vector<T>) |
Name |
Gets or sets the name of the vector.
(Inherited from Vector<T>) |
Nonzero |
Gets the number of nonzero elements in the vector.
(Inherited from Vector<T>) |
Nonzero |
Gets a collection of IndexValuePair<T> objects
representing the nonzero elements of this instance.
(Inherited from Vector<T>) |
Precedence |
Infrastructure. This property supports the Numerics.NET
infrastructure and is not intended to be used directly from your code.
(Inherited from Vector<T>) |