Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
DivRem()
[2/2]
static ulong ulong Remainder
INumber
< ulong >. System.UInt64.DivRem
(
ulong
left
,
ulong
right
)
inline
static
Definition at line
671
of file
UInt64.cs
.
672
{
673
return
Math.DivRem(left, right);
674
}
References
System.Math.DivRem()
.
System
UInt64
Generated by
1.10.0