Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Round()
[8/8]
static double System.Math.Round
(
double
value
,
MidpointRounding
mode
)
inline
static
Definition at line
1151
of file
Math.cs
.
1152
{
1153
return
Round
(
value
, 0, mode);
1154
}
System.Math.Round
static decimal Round(decimal d)
Definition
Math.cs:1096
System.ExceptionArgument.value
@ value
References
System.Math.Round()
, and
System.value
.
System
Math
Generated by
1.10.0