SpanSlice<T> Constructor

Constructs a new span slice.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public SpanSlice(
	Span<T> span,
	int stride
)

Parameters

span  Span<T>
The span containing the elements.
stride  Int32
The distance between successive elements in the span.

See Also