ReadOnlySpanSlice<T> Constructor

Constructs a new read-only span slice.

Definition

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

Parameters

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

See Also