語言

JavaDoubleArray 建構函式

定義

多載

JavaDoubleArray(IEnumerable<Double>)

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

參數

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

JavaDoubleArray(IList<Double>)

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

參數

value
IList<Double>

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

JavaDoubleArray(Int32)

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

參數

length
Int32

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於

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

參數

備註

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於