Returns a vector that contains the specified subset
of elements of the vector.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Vector<T> GetValues(
Subset subset,
Intent intent
)
Public Overridable Function GetValues (
subset As Subset,
intent As Intent
) As Vector(Of T)
public:
virtual Vector<T>^ GetValues(
Subset^ subset,
Intent intent
)
abstract GetValues :
subset : Subset *
intent : Intent -> Vector<'T>
override GetValues :
subset : Subset *
intent : Intent -> Vector<'T>
Parameters
- subset
- Type: Extreme.DataAnalysisSubset
A Subset that specifies
the elements to return. - intent
- Type: Extreme.MathematicsIntent
An Intent value that
specifies the intended use of the sub-vector.
Return Value
Type:
VectorTA
VectorT containing the elements
of this instance specified by
subset.
Reference