Function gdal_sys::CPLIsPowerOfTwo

source ·
pub unsafe extern "C" fn CPLIsPowerOfTwo(i: c_uint) -> c_int
Expand description

CPLIsPowerOfTwo() @param i - tested number @return TRUE if i is power of two otherwise return FALSE