Native Array 2D<T>.Create Empty Method
Creates an empty 2D array with the specified leading dimension.
Definition
Namespace: Extreme.Collections
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
A 2D array with the specified leading dimension, zero offset and no elements.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static NativeArray2D<T> CreateEmpty(
int leadingDimension
)
Parameters
- leadingDimension Int32
- The leading dimension of the array.
Return Value
NativeArray2D<T>A 2D array with the specified leading dimension, zero offset and no elements.