- Found in:
- Mathf
Description
Documentation Comment
Returns true if the number is power of two
Caveats
Parameters
intn
Examples
Auto-Generated Example
int myInt__n
bool returnedValue = LibMathf.IsPowerOfTwo(myInt__n)
Returns true if the number is power of two
int myInt__n
bool returnedValue = LibMathf.IsPowerOfTwo(myInt__n)