Deedle


SeriesConstruction<'K>

Namespace: Deedle.Indices

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 memberDescription
x.Item1
Signature: IIndex<'K>
x.Item2
Signature: VectorConstruction
Fork me on GitHub