Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DivRem()
[1/2]
static
short
short
Remainder
INumber
<
short
>. System.Int16.DivRem
(
short
left
,
short
right
)
inline
static
Definition at line
714
of file
Int16.cs
.
715
{
716
return
Math.DivRem(left, right);
717
}
References
System.Math.DivRem()
.
System
Int16
Generated by
1.10.0