Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ primes

readonly int [] System.Runtime.Serialization.ObjectToIdCache.primes
staticpackage
Initial value:
= new int[30]
{
3, 7, 17, 37, 89, 197, 431, 919, 1931, 4049,
8419, 17519, 36353, 75431, 156437, 324449, 672827, 1395263, 2893249, 5999471,
11998949, 23997907, 47995853, 95991737, 191983481, 383966977, 767933981, 1535867969, 2146435069, 2147483591
}

Definition at line 15 of file ObjectToIdCache.cs.

16 {
17 3, 7, 17, 37, 89, 197, 431, 919, 1931, 4049,
18 8419, 17519, 36353, 75431, 156437, 324449, 672827, 1395263, 2893249, 5999471,
19 11998949, 23997907, 47995853, 95991737, 191983481, 383966977, 767933981, 1535867969, 2146435069, 2147483591
20 };

Referenced by System.Runtime.Serialization.ObjectToIdCache.GetPrime().