Logo Deedle

SeriesConstruction<'K> Type

Represents a pair of index and vector construction (many of the index operations take/return an index together with a construction command that builds a vector matching with the index, so this type alias makes this more obvious)

Instance members

Instance member Description

this.Item1

Full Usage: this.Item1

Returns: IIndex<'K>
Returns: IIndex<'K>

this.Item2

Full Usage: this.Item2

Returns: VectorConstruction

Type something to start searching.