batchlight / co.yello.db.batchlight.androidsqlite / AndroidSQLiteBinder / bindDouble
fun bindDouble(position: Int, double: Double): Unit
Overrides Binder.bindDouble
Binds a Double at the given position.
position - position to bind at.
double - a value of type Double to bind.