Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Round()
[2/8]
static decimal System.Math.Round
(
decimal
d
,
int
decimals
)
inline
static
Definition at line
1102
of file
Math.cs
.
1103
{
1104
return
decimal.Round(d, decimals);
1105
}
System
Math
Generated by
1.10.0