Function yaslapi_sys::YASL_isnfloat
source · pub unsafe extern "C" fn YASL_isnfloat(
S: *mut YASL_State,
n: c_uint
) -> boolExpand description
[-0, +0] checks if the object at index n is float. @param S the YASL_State. @return true if the object at index n is float, else false.