Returns the array starting at the specified position.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public NativeArray2D<T> From(
int row,
int column
)
Public Function From (
row As Integer,
column As Integer
) As NativeArray2D(Of T)
public:
NativeArray2D<T> From(
int row,
int column
)
member From :
row : int *
column : int -> NativeArray2D<'T>
Parameters
- row
- Type: SystemInt32
The zero-based row of the top left element. - column
- Type: SystemInt32
The zero-based column of the top left element.
Return Value
Type:
NativeArray2DT
Numerical Libraries
Supported in: 6.0, 5.x
Reference