示例#1
0
        static int _m_ToDecimal(RealStatePtr L)
        {
            try {
                ObjectTranslator translator = ObjectTranslatorPool.Instance.Find(L);


                MongoDB.Bson.BsonInt32 gen_to_be_invoked = (MongoDB.Bson.BsonInt32)translator.FastGetCSObj(L, 1);



                {
                    decimal gen_ret = gen_to_be_invoked.ToDecimal(  );
                    translator.PushDecimal(L, gen_ret);



                    return(1);
                }
            } catch (System.Exception gen_e) {
                return(LuaAPI.luaL_error(L, "c# exception:" + gen_e));
            }
        }