Array 2D<T>.With Leading Dimension Method
Returns the array at the current position
with the specified leading dimension.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public Array2D<T> WithLeadingDimension(
int leadingDimension
)
Parameters
- leadingDimension Int32
- The leading dimension of the new 2D array.