IVector.Get Slice 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#
The new vector.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
IVector GetSlice(
Slice slice
)
Parameters
Return Value
IVectorThe new vector.