lua_Number
1 | typedef ... lua_Number; |
The type of floats in Lua.
By default this type is double, but that can be changed to a single float or a long double. (See LUA_FLOAT_TYPE
in luaconf.h
.)
lua_Number
1 | typedef ... lua_Number; |
The type of floats in Lua.
By default this type is double, but that can be changed to a single float or a long double. (See LUA_FLOAT_TYPE
in luaconf.h
.)
Designed by : w10schools
service@w10schools.com
Please login to continue.