IVector.GetValues(Int32[]) Method

Returns a new object that contains the values at the specified positions.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
IVector GetValues(
	int[] indexes
)

Parameters

indexes  Int32[]
An integer array containing the indexes of the elements in the original object.

Return Value

IVector
A new object containing the values at the positions specified by indexes.

See Also