JuggerNET Runtime Library

floatArray Constructor

Initializes a new instance of the floatArray class to refer to a Java null reference.

Overload List

Initializes a new instance of the floatArray class to refer to a Java null reference.

public floatArray();

 

public floatArray(JNIHandle);

Initializes a new instance of the floatArray class to refer to a newly created Java float[] of length size.

public floatArray(int);

See Also

floatArray Class | Codemesh.JuggerNET Namespace