Began implementing the ProgressionTracker
git-svn-id: file:///srv/devel/repo-conversion/nusu@34 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
46c0ac68af
commit
344e5fac53
11 changed files with 363 additions and 66 deletions
|
@ -212,7 +212,7 @@ namespace Nuclex.Support.Licensing {
|
|||
private static readonly string codeTable =
|
||||
"0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";
|
||||
|
||||
/// <summary>Helper array with the powers of two</summary>
|
||||
/// <summary>Helper array containing the precalculated powers of two</summary>
|
||||
private static readonly uint[,] powersOfTwo = new uint[32, 2] {
|
||||
{ 0, 1 }, { 0, 2 }, { 0, 4 }, { 0, 8 },
|
||||
{ 0, 16 }, { 0, 32 }, { 0, 64 }, { 0, 128 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue