MyGUI 3.4.2
Functions
MyGUI::Bitwise Namespace Reference

Functions

template<typename Type >
static Type firstPO2From (Type _value)
 
template<typename Type >
static bool isPO2 (Type _value)
 

Function Documentation

◆ firstPO2From()

template<typename Type >
static Type MyGUI::Bitwise::firstPO2From ( Type  _value)
inlinestatic

Returns the closest power-of-two number greater or equal to value.

Definition at line 20 of file MyGUI_Bitwise.h.

◆ isPO2()

template<typename Type >
static bool MyGUI::Bitwise::isPO2 ( Type  _value)
inlinestatic

Determines whether the number is power-of-two or not.

Definition at line 34 of file MyGUI_Bitwise.h.