CursorWindow.PutDouble(Double, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的列與欄索引處,輸入雙精度浮點數值。
[Android.Runtime.Register("putDouble", "(DII)Z", "GetPutDouble_DIIHandler")]
public virtual bool PutDouble(double value, int row, int column);
[<Android.Runtime.Register("putDouble", "(DII)Z", "GetPutDouble_DIIHandler")>]
abstract member PutDouble : double * int * int -> bool
override this.PutDouble : double * int * int -> bool
參數
- value
- Double
要儲存的值。
- row
- Int32
零基列索引。
- column
- Int32
以零為基礎的欄位索引。
傳回
如果成功,則為 True。
- 屬性
備註
在指定的列與欄索引處,輸入雙精度浮點數值。
Java 文件 android.database.CursorWindow.putDouble(double, int, int)。
本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。