IStorage2D<T>.Memory2D Property

Gets a 2D memory block over the elements of the array.

Return Value

Memory2D<T>
A Memory2D<T>.

Definition

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

Property Value

Memory2D<T>

See Also