Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Round()
[1/4]
static
Half
IFloatingPoint
<
Half
>. System.Half.Round
(
Half
x
)
inline
static
Definition at line
902
of file
Half.cs
.
903
{
904
return
(
Half
)MathF.Round((
float
)x);
905
}
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.MathF.Round()
.
System
Half
Generated by
1.10.0