Ejemplo n.º 1
0
 private static byte GetOrderForPageCount(uint pages)
 {
     return((byte)KMath.Log2OfPowerOf2(KMath.CeilToPowerOfTwo(pages)));
 }