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

CompiledName: .ctor

Static members

Static memberDescription
LinearIndexBuilder.Instance
Signature: IIndexBuilder

Provides a global access to an instance of LinearIndexBuilder

CompiledName: get_Instance

Fork me on GitHub