CursorWindow.PutDouble(Double, Int32, Int32) 方法

定义

将双精度浮点值置于指定行和列索引处的字段中。

[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)

本页的某些部分是根据 创建和共享的工作进行的修改,并根据 许可证中所述的条款使用。

适用于