FreeSWITCH.Native.freeswitch.switch_core_db_bind_double C# (CSharp) 메소드

switch_core_db_bind_double() 공개 정적인 메소드

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
리턴 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