Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Round()
[2/4]
static double
IFloatingPoint
< double >. System.Double.Round
(
double
x
,
MidpointRounding
mode
)
inline
static
Definition at line
741
of file
Double.cs
.
742
{
743
return
Math.Round(x, mode);
744
}
References
System.Math.Round()
.
System
Double
Generated by
1.10.0