Memory2D<T>.Offset Property

Gets the position of the first stored element in the array

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int Offset { get; }

Property Value

Int32

Implements

IStorage2D<T>.Offset

See Also