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
)
Public Function GetSlice (
range As Range
) As Vector(Of T)
public:
Vector<T>^ GetSlice(
Range range
)
member GetSlice :
range : Range -> 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.
Return Value
Type:
VectorTA reference to the new
VectorT.
Reference