Example #1
0
 public static double GetDouble(this IntPtr L, int index)
 {
     return(XLLuaRuntime.lua_tonumber(L, index));
 }