FreeSWITCH.Native.freeswitch.switch_core_db_bind_double C# (CSharp) Method

switch_core_db_bind_double() public static method

public static switch_core_db_bind_double ( SWIGTYPE_p_sqlite3_stmt pStmt, int i, double dValue ) : int
pStmt SWIGTYPE_p_sqlite3_stmt
i int
dValue double
return int
        public static int switch_core_db_bind_double(SWIGTYPE_p_sqlite3_stmt pStmt, int i, double dValue)
        {
            int ret = freeswitchPINVOKE.switch_core_db_bind_double(SWIGTYPE_p_sqlite3_stmt.getCPtr(pStmt), i, dValue);
            return ret;
        }
freeswitch