Is Power Of Two
PureIsPowerOfTwoReturns true if the integer is a power of two.
Type: Pure (no side effects)
Category: Fortuna|Math & Numeric
Keywords: math & numeric
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| Value | int | — | Value parameter |
Outputs
| Name | Type | Description |
|---|---|---|
| ReturnValue | bool | ReturnValue output |
Example Use Cases
Example 1
Validate texture dimensions.
Example 2
Check buffer sizes for audio processing.