Returns a new object that contains the values at the specified positions.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
IVector GetValues(
int[] indexes
)
Function GetValues (
indexes As Integer()
) As IVector
IVector^ GetValues(
array<int>^ indexes
)
abstract GetValues :
indexes : int[] -> IVector
Parameters
- indexes
- 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
indexes.
Reference