Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Round()
[6/8]
static double System.Math.Round
(
double
value
,
int
digits
)
inline
static
Definition at line
1145
of file
Math.cs
.
1146
{
1147
return
Round
(
value
, digits,
MidpointRounding
.ToEven);
1148
}
System.Math.Round
static decimal Round(decimal d)
Definition
Math.cs:1096
System.ExceptionArgument.value
@ value
System.MidpointRounding
MidpointRounding
Definition
MidpointRounding.cs:4
References
System.Math.Round()
, and
System.value
.
System
Math
Generated by
1.10.0