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

◆ BigInteger() [10/12]

System.Numerics.BigInteger.BigInteger ( int n,
uint[] rgu )
inlinepackage

Definition at line 459 of file BigInteger.cs.

460 {
461 _sign = n;
462 _bits = rgu;
463 }
readonly uint[] _bits
Definition BigInteger.cs:20

References System.Numerics.BigInteger._bits, and System.Numerics.BigInteger._sign.