Returns the intersection of two indexes.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public static Index<T> Intersect<T>(
Index<T> left,
Index<T> right
)
Public Shared Function Intersect(Of T) (
left As Index(Of T),
right As Index(Of T)
) As Index(Of T)
public:
generic<typename T>
static Index<T>^ Intersect(
Index<T>^ left,
Index<T>^ right
)
static member Intersect :
left : Index<'T> *
right : Index<'T> -> Index<'T>
Parameters
- left
- Type: Extreme.DataAnalysisIndexT
The first index. - right
- Type: Extreme.DataAnalysisIndexT
The second index.
Type Parameters
- T
Return Value
Type:
IndexTThe intersection of
left and
right.
The elements are returned in the order in which they appear in left.
Numerical Libraries
Supported in: 6.0
Reference