Returns an array slice with a specified stride that starts at the specified position.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public NativeArraySlice<T> VectorFrom(
int row,
int column,
int stride
)
Public Function VectorFrom (
row As Integer,
column As Integer,
stride As Integer
) As NativeArraySlice(Of T)
public:
NativeArraySlice<T> VectorFrom(
int row,
int column,
int stride
)
member VectorFrom :
row : int *
column : int *
stride : int -> NativeArraySlice<'T>
Parameters
- row
- Type: SystemInt32
The zero-based row of the first element in the array slice. - column
- Type: SystemInt32
The zero-based column of the first element in the array slice. - stride
- Type: SystemInt32
The stride between elements in the original array.
Return Value
Type:
NativeArraySliceTAn array slice with a specified stride that starts at the specified position.
Numerical Libraries
Supported in: 6.0, 5.x
Reference