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 1854 of file BigInteger.cs.

1855 {
1856 return value - One;
1857 }
static BigInteger One
Definition BigInteger.cs:34

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