Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DivRem()
[1/2]
static sbyte sbyte Remainder
INumber
< sbyte >. System.SByte.DivRem
(
sbyte
left
,
sbyte
right
)
inline
static
Definition at line
729
of file
SByte.cs
.
730
{
731
return
Math.DivRem(left, right);
732
}
References
System.Math.DivRem()
.
System
SByte
Generated by
1.10.0