Beispiel #1
0
 public static void Ize(out UInt256 root, ulong value)
 {
     UInt256.Create(out root, value);
 }
Beispiel #2
0
 public static void Ize(out UInt256 root, UInt128 value)
 {
     UInt256.Create(out root, value);
 }
Beispiel #3
0
 static AuraDifficultyCalculator()
 {
     UInt256.Create(out maxDifficulty, UInt128.MaxValue, UInt128.Zero);
 }