JuggerNET Runtime Library

floatArray Implicit floatArray to Single[] Conversion 

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

public static implicit operator float[](
   floatArray arr
);

Parameters

arr
an instance of the proxy array type

Return Value

an instance of the native array type

See Also

floatArray Class | Codemesh.JuggerNET Namespace