VRageMath.MathHelper.GetNearestBiggerPowerOfTwo - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← MathHelper
public static int GetNearestBiggerPowerOfTwo(int v)
- int v
public static uint GetNearestBiggerPowerOfTwo(uint v)
- uint v
public static int GetNearestBiggerPowerOfTwo(float f)
Returns nearest bigger power of two
- float f
public static int GetNearestBiggerPowerOfTwo(double f)
- double f