Vector<T>.GetValues(Subset, Intent) Method

Returns a vector that contains the specified subset of elements of the vector.

Definition

Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual Vector<T> GetValues(
	Subset subset,
	Intent intent
)

Parameters

subset  Subset
A Subset that specifies the elements to return.
intent  Intent
An Intent value that specifies the intended use of the sub-vector.

Return Value

Vector<T>
A Vector<T> containing the elements of this instance specified by subset.

See Also