Share via


JavaSingleArray Constructors

Definition

Overloads

JavaSingleArray(IEnumerable<Single>)
JavaSingleArray(IList<Single>)
JavaSingleArray(Int32)
JavaSingleArray(JniObjectReference, JniObjectReferenceOptions)

JavaSingleArray(IEnumerable<Single>)

public JavaSingleArray (System.Collections.Generic.IEnumerable<float> value);
new Java.Interop.JavaSingleArray : seq<single> -> Java.Interop.JavaSingleArray

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

JavaSingleArray(IList<Single>)

public JavaSingleArray (System.Collections.Generic.IList<float> value);
new Java.Interop.JavaSingleArray : System.Collections.Generic.IList<single> -> Java.Interop.JavaSingleArray

Parameters

value
IList<Single>

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

JavaSingleArray(Int32)

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

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

JavaSingleArray(JniObjectReference, JniObjectReferenceOptions)

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

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