JuggerNET Runtime Library

doubleArray Constructor

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

Overload List

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

public doubleArray();

 

public doubleArray(JNIHandle);

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

public doubleArray(int);

See Also

doubleArray Class | Codemesh.JuggerNET Namespace