Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Round()
[4/4]
static float System.MathF.Round
(
float
x
,
MidpointRounding
mode
)
inline
static
Definition at line
357
of file
MathF.cs
.
358
{
359
return
Round
(x, 0, mode);
360
}
System.MathF.Round
static float Round(float x)
Definition
MathF.cs:326
References
System.MathF.Round()
.
System
MathF
Generated by
1.10.0