| Name | Description |
---|
  | ToLookupR, C, TKey(DataFrameR, C, FuncDataFrameRowR, C, TKey) |
Creates a lookup for the data frame according to the specified key selector function.
|
  | ToLookupT, TKey(VectorT, FuncT, TKey) |
Creates a lookup from a vector according to the specified key selector function.
|
  | ToLookupR, C, TKey(DataFrameR, C, FuncDataFrameRowR, C, TKey, IEqualityComparerTKey) |
Creates a lookup for the data frame according to the specified key selector function
and key comparer.
|
  | ToLookupR, C, TKey, TElement(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncDataFrameRowR, C, TElement) |
Creates a lookup for the data frame according to the specified key selector
and element selector function.
|
  | ToLookupT, TKey(VectorT, FuncT, TKey, IEqualityComparerTKey) |
Creates a lookup from a vector according to the specified
key selector function and key comparer.
|
  | ToLookupT, TKey, TElement(VectorT, FuncT, TKey, FuncT, TElement) |
Creates a lookup from a vector according to the specified
key selector and element selector functions.
|
  | ToLookupR, C, TKey, TElement(DataFrameR, C, FuncDataFrameRowR, C, TKey, FuncDataFrameRowR, C, TElement, IEqualityComparerTKey) |
Creates a lookup for the data frame according to the specified key selector
and element selector function.
|
  | ToLookupT, TKey, TElement(VectorT, FuncT, TKey, FuncT, TElement, IEqualityComparerTKey) |
Creates a lookup from a vector according to the specified
key selector and element selector functions, and key comparer.
|