ReadOnlySpan2D<T>.Span Field

The one-dimensional span that defines the region of memory.

Definition

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

Field Value

ReadOnlySpan<T>

See Also