Returns a new object that contains the values at the specified positions.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
IVector GetValues(
int[] newIndex
)
Function GetValues (
newIndex As Integer()
) As IVector
IVector^ GetValues(
array<int>^ newIndex
)
abstract GetValues :
newIndex : int[] -> IVector
Parameters
- newIndex
- Type: SystemInt32
An integer array containing the indexes of the
elements in the original object.
Return Value
Type:
IVectorA new object containing the values at the positions specified
by
newIndex.
Numerical Libraries
Supported in: 5.x
Reference