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

◆ DivRem() [1/2]

static nuint nuint Remainder INumber< UIntPtr >. System.UIntPtr.DivRem ( nuint left,
nuint right )
inlinestatic

Definition at line 726 of file UIntPtr.cs.

727 {
728 return Math.DivRem(left, right);
729 }

References System.Math.DivRem().