Memory2D<T>.WithLeadingDimension Method

Returns the array at the current position with the specified leading dimension.

Definition

Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Memory2D<T> WithLeadingDimension(
	int leadingDimension
)

Parameters

leadingDimension  Int32
The leading dimension of the new 2D array.

Return Value

Memory2D<T>

Implements

IStorage2D<T, TStorage2D>.WithLeadingDimension(Int32)

See Also