VectorData<'T> Type
Provides a way to get the data of an arbitrary vector. This is a concrete type used by functions that operate on vectors (like `Series.sum`, etc.). The vector may choose to return the data as `ReadOnlyCollection` (with or without N/A values) which is more efficient to use or as a lazy sequence (slower, but more general).
Union cases
| Union case |
Description
|
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsDenseList
Returns: bool
|
|
Full Usage:
this.IsSequence
Returns: bool
|
|
Full Usage:
this.IsSparseList
Returns: bool
|
|
Deedle