Read Only Span 2D<T>.Vector From Method
Returns an array slice with a specified stride that starts at the specified position.
Definition
Namespace: Numerics.NET.Collections
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An array slice with a specified stride that starts at the specified position.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public ReadOnlySpanSlice<T> VectorFrom(
int row,
int column,
int stride
)
Parameters
- row Int32
- The zero-based row of the first element in the array slice.
- column Int32
- The zero-based column of the first element in the array slice.
- stride Int32
- The stride between elements in the original array.
Return Value
ReadOnlySpanSlice<T>An array slice with a specified stride that starts at the specified position.