BlockVector<T> Properties

Properties

Attributes Gets attributes associated with the vector.
(Inherited from Vector<T>)
CanReshape 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
DefaultBlockSize Specifies the default number of elements in a block.
ElementType Gets the element type of the vector.
(Inherited from Vector<T>)
FormatString 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>)
IsReadOnly 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>)
MayHaveMissingValues Gets or sets whether the vector may contain missing values that require special handling in calculations.
(Inherited from Vector<T>)
MissingValue Gets or sets the value that is used to represent missing values.
(Inherited from Vector<T>)
Name Gets or sets the name of the vector.
(Inherited from Vector<T>)
NonzeroComponents Gets a collection of IndexValuePair<T> objects representing the nonzero elements of this instance.
(Inherited from Vector<T>)
Obsolete.
NonzeroCount Gets the number of nonzero elements in the vector.
(Inherited from Vector<T>)
NonzeroElements Gets a collection of IndexValuePair<T> objects representing the nonzero elements of this instance.
(Inherited from Vector<T>)
NumberOfBlocks Gets the number of blocks that make up the block vector.
Precedence Infrastructure. This property supports the Numerical Libraries for .NET infrastructure and is not intended to be used directly from your code.
(Inherited from Vector<T>)

See Also