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 NativeArraySlice(
IntPtr values
)
Public Sub New (
values As IntPtr
)
public:
NativeArraySlice(
IntPtr values
)
new :
values : IntPtr -> NativeArraySlice
Parameters
- values
- Type: SystemIntPtr
The storage array.
Reference