Returns the array starting at the specified position on the main diagonal.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public Array2D<T> From(
int index
)
Public Function From (
index As Integer
) As Array2D(Of T)
public:
Array2D<T> From(
int index
)
member From :
index : int -> Array2D<'T>
Parameters
- index
- Type: SystemInt32
The zero-based index of the row and column of the top left element.
Return Value
Type:
Array2DT
Reference