iOSSQLiteDatabaseField.DoubleValue

From Xojo Documentation

Read-Only Property (As Double )
DoubleValue = aiOSSQLiteDatabaseField.DoubleValue

Supported on Mobile (iOS).

Gets the double value for a column.

Sample Code

Get the Double value of a column:

// rs is an iOSSQLiteRecordSet with a double column called "InterestRate"
Var interestRate As Double
interestRate = rs.Field("InterestRate").DoubleValue