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

◆ Divide()

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

Definition at line 655 of file BigInteger.cs.

656 {
657 return dividend / divisor;
658 }