Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Round()
[1/4]
static double
IFloatingPoint
< double >. System.Double.Round
(
double
x
)
inline
static
Definition at line
729
of file
Double.cs
.
730
{
731
return
Math.Round(x);
732
}
References
System.Math.Round()
.
System
Double
Generated by
1.10.0