Example #1
0
 public double ColumnDouble(Sqlite3Statement stmt, int index)
 {
     return(X86Interop.ColumnDouble(stmt, index));
 }