- Found in:
- Mathf
Description
Documentation Comment
Returns the next power of two greater than or equal to n
Caveats
Parameters
intn
Examples
Auto-Generated Example
int myInt__n
int returnedValue = LibMathf.NextPowerOfTwo(myInt__n)
Returns the next power of two greater than or equal to n
int myInt__n
int returnedValue = LibMathf.NextPowerOfTwo(myInt__n)