JavaDoubleArray Constructors

Definition

Overloads

JavaDoubleArray(IEnumerable<Double>)
JavaDoubleArray(IList<Double>)
JavaDoubleArray(Int32)
JavaDoubleArray(JniObjectReference, JniObjectReferenceOptions)

JavaDoubleArray(IEnumerable<Double>)

public JavaDoubleArray (System.Collections.Generic.IEnumerable<double> value);
new Java.Interop.JavaDoubleArray : seq<double> -> Java.Interop.JavaDoubleArray

Parameters

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

JavaDoubleArray(IList<Double>)

public JavaDoubleArray (System.Collections.Generic.IList<double> value);
new Java.Interop.JavaDoubleArray : System.Collections.Generic.IList<double> -> Java.Interop.JavaDoubleArray

Parameters

value
IList<Double>

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

JavaDoubleArray(Int32)

public JavaDoubleArray (int length);
new Java.Interop.JavaDoubleArray : int -> Java.Interop.JavaDoubleArray

Parameters

length
Int32

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

JavaDoubleArray(JniObjectReference, JniObjectReferenceOptions)

public JavaDoubleArray (ref Java.Interop.JniObjectReference handle, Java.Interop.JniObjectReferenceOptions options);
new Java.Interop.JavaDoubleArray : JniObjectReference * Java.Interop.JniObjectReferenceOptions -> Java.Interop.JavaDoubleArray

Parameters

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to