This API is preliminary and subject to change.
Infrastructure. Computes the information necessary to join
the object with another indexed object.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
int GetJoinInfoWith(
IVector right,
bool sort,
out int[] leftIndexes,
out int[] rightIndexes
)
Function GetJoinInfoWith (
right As IVector,
sort As Boolean,
<OutAttribute> ByRef leftIndexes As Integer(),
<OutAttribute> ByRef rightIndexes As Integer()
) As Integer
int GetJoinInfoWith(
IVector^ right,
bool sort,
[OutAttribute] array<int>^% leftIndexes,
[OutAttribute] array<int>^% rightIndexes
)
abstract GetJoinInfoWith :
right : IVector *
sort : bool *
leftIndexes : int[] byref *
rightIndexes : int[] byref -> int
Parameters
- right
- Type: Extreme.CollectionsIVector
The indexed object to join with. - sort
- Type: SystemBoolean
A boolean value that indicates whether the resulting
index should be sorted. - leftIndexes
- Type: SystemInt32
On return, an array containing the positions
of the joined version of the object's values in the original object. - rightIndexes
- Type: SystemInt32
On return, an array containing the positions
of the joined version of the right's values
in the original object.
Return Value
Type:
Int32
Numerical Libraries
Supported in: 5.x
Reference