IIndex.Join With Method
Returns the index that is the result of applying the specified join
to this index and another index.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
The joined index.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
IIndex JoinWith(
IIndex right,
JoinType joinType,
out int[]?? leftIndexes,
out int[]?? rightIndexes
)
Parameters
- right IIndex
- The second index.
- joinType JoinType
- The type of join.
- leftIndexes Int32[]
- An array of indexes of the elements of the current index in the new index.
- rightIndexes Int32[]
- An array of indexes of the elements of right in the new index.
Return Value
IIndexThe joined index.