Array2D<T>.Span Method

Gets a span over the elements of the array.

Return Value

Span<T>
A Span<T>.

Definition

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

Return Value

Span<T>

Implements

IStorage2D<T>.Span()

See Also