Returns an array that starts at the specified index in the current array.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public Array1D<T> From(
int index
)
Public Function From (
index As Integer
) As Array1D(Of T)
public:
Array1D<T> From(
int index
)
member From :
index : int -> Array1D<'T>
Parameters
- index
- Type: SystemInt32
The index of the first element of the new array.
Return Value
Type:
Array1DTAn array that starts at position
index
in the current array.
Numerical Libraries
Supported in: 6.0, 5.x
Reference