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

◆ operator BigInteger() [9/11]

static implicit System.Numerics.BigInteger.operator BigInteger ( uint value)
inlinestatic

Definition at line 1415 of file BigInteger.cs.

1416 {
1417 return new BigInteger(value);
1418 }

References System.Numerics.BigInteger.BigInteger(), and System.value.