Returns a vector whose elements are a subset of the elements of
this instance
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Vector<T> GetSlice(
Range range,
Intent intent
)
Public Function GetSlice (
range As Range,
intent As Intent
) As Vector(Of T)
public:
Vector<T>^ GetSlice(
Range range,
Intent intent
)
member GetSlice :
range : Range *
intent : Intent -> Vector<'T>
Parameters
- range
- Type: Extreme.MathematicsRange
A Range value specifying the
range of elements in this instance that will make up the new
vector. - intent
- Type: Extreme.MathematicsIntent
An Intent value that
specifies the intended use of the sub-vector.
Return Value
Type:
VectorTA reference to the new
VectorT.
Reference