Array 1D<T>.As Array 2DFrom Method
Returns a 2D array with first element at the specified index and the specified leading dimension.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
A 2D array with offset pointing to the element at index in the array and the specified leading dimension.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Array2D<T> AsArray2DFrom(
int index,
int leadingDimension
)
Parameters
- index Int32
- The index of the first element in the 2D array.
- leadingDimension Int32
- The leading dimension of the 2D array.
Return Value
Array2D<T>A 2D array with offset pointing to the element at index in the array and the specified leading dimension.