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

◆ operator-() [2/2]

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

Definition at line 1839 of file BigInteger.cs.

1840 {
1841 return new BigInteger(-value._sign, value._bits);
1842 }

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