Example #1
0
 public int BindDouble(Sqlite3Statement stmt, int index, double val)
 {
     return(X64Interop.BindDouble(stmt, index, val));
 }