Header menu logo Deedle

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

DenseList ReadOnlyCollection<'T>

Full Usage: DenseList ReadOnlyCollection<'T>

Parameters:

Sequence OptionalValue<'T> seq

Full Usage: Sequence OptionalValue<'T> seq

Parameters:
Item : OptionalValue<'T> seq

Instance members

Instance member Description

this.IsDenseList

Full Usage: this.IsDenseList

Returns: bool
Returns: bool

this.IsSequence

Full Usage: this.IsSequence

Returns: bool
Returns: bool

this.IsSparseList

Full Usage: this.IsSparseList

Returns: bool
Returns: bool

Type something to start searching.