Android.Database.CursorWindow.PutDouble Method
Puts a double-precision floating point value into the field at the specified row and column index.

Syntax

[Android.Runtime.Register("putDouble", "(DII)Z", "GetPutDouble_DIIHandler")]
public virtual bool PutDouble (double value, int row, int col)

Parameters

value
The value to store.
row
The zero-based row index.
column
The zero-based column index.

Returns

Documentation for this section has not yet been entered.

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Database
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1