Array2D<T>.WithLeadingDimension Method

Note: This API is now obsolete.
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#
[ObsoleteAttribute("Use the constructor directly instead.")]
public Array2D<T> WithLeadingDimension(
	int leadingDimension
)

Parameters

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

Return Value

Array2D<T>

Implements

IStorage2D<T, TStorage2D>.WithLeadingDimension(Int32)

See Also