Index<T>.MakeJoinIndex Method

Converts the index to an index that can serve as a key in a join operation.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
protected virtual JoinIndex MakeJoinIndex()

Return Value

JoinIndex
A JoinIndex.

See Also