Array2D<T>.Span2D Property

Gets a 2D span over the elements of the array.

Return Value

Span2D<T>
A Span2D<T>.

Definition

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

Property Value

Span2D<T>

Implements

IStorage2D<T>.Span2D

See Also