Deedle


F# Index extensions

Namespace: Deedle
Attributes:
[<AutoOpen>]

Defines non-generic Index type that provides functions for building indices (hard-bound to LinearIndexBuilder type). In F#, the module is automatically opened using AutoOpen. The methods are not designed for the use from C#.

Nested types and modules

TypeDescription
Index

Type that provides a simple access to creating indices represented using the built-in LinearVector type.

Fork me on GitHub