CursorWindow.PutDouble(Double, Int32, Int32) Method

Definition

Puts a double-precision floating point value into the field at the specified row and column index.

[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

Parameters

value
Double

The value to store.

row
Int32

The zero-based row index.

column
Int32

The zero-based column index.

Returns

True if successful.

Attributes

Remarks

Puts a double-precision floating point value into the field at the specified row and column index.

Java documentation for android.database.CursorWindow.putDouble(double, int, int).

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