Constructs a new array.
Namespace:
Extreme.Collections
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public NativeArray1D(
IntPtr values,
int offset
)
Public Sub New (
values As IntPtr,
offset As Integer
)
public:
NativeArray1D(
IntPtr values,
int offset
)
new :
values : IntPtr *
offset : int -> NativeArray1D
Parameters
- values
- Type: SystemIntPtr
The .NET array containing the elements. - offset
- Type: SystemInt32
The offset into values of the first element.
Reference