Read Only Span Slice<T> Constructor
Constructs a new read-only span slice.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.