Mirror Engine API / math / nearestPowerOfTwo
function nearestPowerOfTwo(val: number): number
Returns the nearest (smaller or larger) power of 2 for the specified value.
number
The value for which to calculate the nearest power of 2.
number
The nearest power of 2.