JuggerNET Runtime Library

longArray Implicit longArray to Int64[] Conversion 

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

public static implicit operator long[](
   longArray arr
);

Parameters

arr
an instance of the proxy array type

Return Value

an instance of the native array type

See Also

longArray Class | Codemesh.JuggerNET Namespace