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

◆ Negate()

static BigInteger System.Numerics.BigInteger.Negate ( BigInteger value)
inlinestatic

Definition at line 701 of file BigInteger.cs.

702 {
703 return -value;
704 }

References System.value.