The IVector type exposes the following members.
| Name | Description |
---|
 | Append |
Appends a vector at the end of this vector and returns the result.
|
 | AppendMissingValues |
Appends the specified number of missing values to this vector
and returns the result.
|
 | AsU |
Returns the object as a strongly typed vector of the specified type.
|
 | AsCategorical |
Converts the vector to a categorical vector.
|
 | GetSlice |
Returns a new object that contains the values at the specified positions.
|
 | GetValue |
Gets the value at the specified index.
|
 | GetValues(IEnumerableInt32) |
Returns a new object that contains the values at the specified positions.
|
 | GetValues(Int32) |
Returns a new object that contains the values at the specified positions.
|
 | IsMissing |
Indicates whether the value at the specified index is missing.
|
 | Protect |
Returns a shallow read-only copy of the vector.
|
 | ReplaceMissingValues |
Replaces all missing values in a vector with the previous or next non-missing value.
|
 | Sort |
Returns a permutation that can be used to sort the data in the vector in the specified order.
|
Top
| Name | Description |
---|
 | BinT(IntervalIndexT) | Overloaded.
Sorts values into bins and returns the result as a categorical vector.
(Defined by Vector.) |
 | BinT(IListT, SpecialBins) | Overloaded.
Sorts values into bins and returns the result as a categorical vector.
(Defined by Vector.) |
 | UnstackR, C |
Transforms a vector with a two-level index into a data frame whose columns
correspond to the second level in the index.
(Defined by DataFrame.) |
Top
Reference