Click or drag to resize
F# Index extensionsIndex Class
Type that provides a simple access to creating indices represented using the built-in `LinearVector` type.
Inheritance Hierarchy
SystemObject
  DeedleF# Index extensionsIndex

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
[SerializableAttribute]
public class Index

The F# Index extensionsIndex type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberofKeysT(FSharpListT)
Create an index from a sequence of keys and check if they are sorted or not
Public methodStatic memberofKeysT(ReadOnlyCollectionT)
Create an index from a sequence of keys and check if they are sorted or not
Public methodStatic memberofKeysT(T)
Create an index from a sequence of keys and check if they are sorted or not
Public methodStatic memberofUnorderedKeysT(FSharpListT)
Create an index from a sequence of keys and assume they are not sorted (the resulting index is also not sorted).
Public methodStatic memberofUnorderedKeysT(ReadOnlyCollectionT)
Create an index from a sequence of keys and assume they are not sorted (the resulting index is also not sorted).
Public methodStatic memberofUnorderedKeysT(T)
Create an index from a sequence of keys and assume they are not sorted (the resulting index is also not sorted).
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also