Constructs a new array stride with zero offset and unit stride.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public ArraySlice(
T[] values
)
Public Sub New (
values As T()
)
public:
ArraySlice(
array<T>^ values
)
new :
values : 'T[] -> ArraySlice
Parameters
- values
- Type: T
The storage array.
Reference