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

◆ DivRem() [1/2]

static byte byte Remainder INumber< byte >. System.Byte.DivRem ( byte left,
byte right )
inlinestatic

Definition at line 721 of file Byte.cs.

722 {
723 return Math.DivRem(left, right);
724 }

References System.Math.DivRem().