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

◆ DivRem() [1/2]

static int int Remainder INumber< int >. System.Int32.DivRem ( int left,
int right )
inlinestatic

Definition at line 691 of file Int32.cs.

692 {
693 return Math.DivRem(left, right);
694 }

References System.Math.DivRem().