Deedle


LinearIndexBuilder

Namespace: Deedle.Indices.Linear

Index builder object that is associated with LinearIndex<K> type. The builder provides operations for manipulating linear indices (and the associated vectors).

Constructors

ConstructorDescription
new(vectorBuilder)
Signature: vectorBuilder:IVectorBuilder -> LinearIndexBuilder

Static members

Static memberDescription
Instance
Signature: IIndexBuilder

Provides a global access to an instance of LinearIndexBuilder

Fork me on GitHub