ReadOnlySpan2D<T>.Empty Property

Gets an empty Span2D<T> object.

Definition

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

Property Value

ReadOnlySpan2D<T>

See Also