コード例 #1
0
 public int NextPowerOfTwoTest(int value)
 {
     return((int)ImagePacker.NextPowerOfTwo((ulong)value));
 }