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

◆ DivRem() [2/2]

static uint uint Remainder INumber< uint >. System.UInt32.DivRem ( uint left,
uint right )
inlinestatic

Definition at line 689 of file UInt32.cs.

690 {
691 return Math.DivRem(left, right);
692 }

References System.Math.DivRem().