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

◆ operator++()

static BigInteger System.Numerics.BigInteger.operator++ ( BigInteger value)
inlinestatic

Definition at line 1849 of file BigInteger.cs.

1850 {
1851 return value + One;
1852 }
static BigInteger One
Definition BigInteger.cs:34

References System.Numerics.BigInteger.One, and System.value.