JuggerNET Runtime Library

intArray Implicit intArray to Int32[] Conversion 

A conversion operator for the proxy array type to the native array type.

public static implicit operator int[](
   intArray arr
);

Parameters

arr
an instance of the proxy array type

Return Value

an instance of the native array type

See Also

intArray Class | Codemesh.JuggerNET Namespace