Constructs a new array stride with zero offset and unit stride.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x
Reference