IVector.GetSlice Method

Returns a new object that contains the values at the specified positions.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
IVector GetSlice(
	Slice slice
)

Parameters

slice  Slice
A Slice structure that specifies the elements to return.

Return Value

IVector
The new vector.

See Also