Click or drag to resize
IndexCreateT Method
Create an index from a sequence of keys and check if they are sorted or not

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static IIndex<T> Create<T>(
	IEnumerable<T> keys
)

Parameters

keys
Type: System.Collections.GenericIEnumerableT

[Missing <param name="keys"/> documentation for "M:Deedle.Index.Create``1(System.Collections.Generic.IEnumerable{``0})"]

Type Parameters

T

Return Value

Type: IIndexT

[Missing <returns> documentation for "M:Deedle.Index.Create``1(System.Collections.Generic.IEnumerable{``0})"]

See Also