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