JuggerNET Runtime Library

doubleArray Implicit doubleArray to Double[] Conversion 

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

public static implicit operator double[](
   doubleArray arr
);

Parameters

arr
an instance of the proxy array type

Return Value

an instance of the native array type

See Also

doubleArray Class | Codemesh.JuggerNET Namespace