Returns the nearest larger power of 2 for the integer `value`.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public static int NearestPo2(
int value
)
Parameters
- value
- Type: SystemInt32
The input value.
Return Value
Type:
Int32The nearest larger power of 2.
See Also