Read Only Span 2D<T>.With Leading Dimension 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.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public ReadOnlySpan2D<T> WithLeadingDimension(
int leadingDimension
)
Parameters
- leadingDimension Int32
- The leading dimension of the new 2D array.