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(
IEnumerable<int> indexes
)
Function GetValues (
indexes As IEnumerable(Of Integer)
) As IVector
IVector^ GetValues(
IEnumerable<int>^ indexes
)
abstract GetValues :
indexes : IEnumerable<int> -> IVector
Parameters
- indexes
- Type: System.Collections.GenericIEnumerableInt32
An integer sequence 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