Float
struct Float
                Float adopts DatabaseValueConvertible and StatementColumnConvertible.
- 
                  
                  
Returns a value initialized from a raw SQLite statement pointer.
Declaration
Swift
public init(sqliteStatement: SQLiteStatement, index: Int32)Parameters
sqliteStatementA pointer to an SQLite statement.
indexThe column index.
 - 
                  
                  
Returns a value that can be stored in the database.
Declaration
Swift
public var databaseValue: DatabaseValue - 
                  
                  
Returns a Float initialized from dbValue, if possible.
Declaration
Swift
public static func fromDatabaseValue(_ dbValue: DatabaseValue) -> Float? 
View on GitHub
Install in Dash
        Float Extension Reference