Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator%()
[2/3]
static decimal
IModulusOperators
< decimal, decimal, decimal >. System.Decimal.operator%
(
decimal
left
,
decimal
right
)
inline
static
Definition at line
3154
of file
Decimal.cs
.
3155
{
3156
return
left % right;
3157
}
System
Decimal
Generated by
1.10.0