Click or drag to resize
F# Index extensions Class
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#. [category:Vectors and indices]
Inheritance Hierarchy
SystemObject
  DeedleF# Index extensions

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static class F# Index extensions
See Also