toggle menu
KAHelpers
androidJvm
switch theme
search in API
math
/
dev.funkymuse.math
/
MathUtils
/
Companion
/
nextPowerOfTwo
next
Power
Of
Two
fun
nextPowerOfTwo
(
value
:
Int
)
:
Int
Returns the next power of two. Returns the specified value if the value is already a power of two.