Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.MathHelper.GetNearestBiggerPowerOfTwo

Malware edited this page Dec 24, 2018 · 16 revisions

IndexMathHelper

int GetNearestBiggerPowerOfTwo(int v)

uint GetNearestBiggerPowerOfTwo(uint v)

int GetNearestBiggerPowerOfTwo(float f)

Summary

Returns nearest bigger power of two

Returns

int GetNearestBiggerPowerOfTwo(double f)

Clone this wiki locally