Array1D<T>.SpanSlice Property

Returns a span slice over the storage.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public SpanSlice<T> SpanSlice { get; }

Property Value

SpanSlice<T>

Implements

IStorageSlice<T>.SpanSlice

See Also