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