JuggerNET Runtime Library

shortArray Implicit shortArray to Int16[] Conversion 

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

public static implicit operator short[](
   shortArray arr
);

Parameters

arr
an instance of the proxy array type

Return Value

an instance of the native array type

See Also

shortArray Class | Codemesh.JuggerNET Namespace