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

◆ operator BigInteger() [5/11]

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

Definition at line 1409 of file BigInteger.cs.

1410 {
1411 return new BigInteger(value);
1412 }

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