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

1835 {
1836 return -(value + One);
1837 }
static BigInteger One
Definition BigInteger.cs:34

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