Returns a 2D array with first element at the specified index and the specified leading dimension.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public NativeArray2D<T> AsArray2DFrom(
int index,
int leadingDimension
)
Public Function AsArray2DFrom (
index As Integer,
leadingDimension As Integer
) As NativeArray2D(Of T)
public:
NativeArray2D<T> AsArray2DFrom(
int index,
int leadingDimension
)
member AsArray2DFrom :
index : int *
leadingDimension : int -> NativeArray2D<'T>
Parameters
- index
- Type: SystemInt32
The index of the first element in the 2D array. - leadingDimension
- Type: SystemInt32
The leading dimension of the 2D array.
Return Value
Type:
NativeArray2DTA 2D array with offset pointing to the element at
index
in the array and the specified leading dimension.
Numerical Libraries
Supported in: 6.0, 5.x
Reference