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

◆ Remainder()

static BigInteger System.Numerics.BigInteger.Remainder ( BigInteger dividend,
BigInteger divisor )
inlinestatic

Definition at line 660 of file BigInteger.cs.

661 {
662 return dividend % divisor;
663 }

Referenced by System.Numerics.BigInteger.DivRem(), System.Numerics.BigInteger.operator<<(), and System.Numerics.BigInteger.operator>>().