Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Round< TInteger >()
[1/4]
static
Half
IFloatingPoint
<
Half
>.
System.Half.Round
< TInteger >
(
Half
x
,
TInteger
digits
)
inline
static
Definition at line
908
of file
Half.cs
.
909
{
910
return
(
Half
)MathF.Round((
float
)x,
int
.
Create
(digits));
911
}
System.IO.Compression.ZipArchiveMode.Create
@ Create
System.Half.Half
Half(ushort value)
Definition
Half.cs:78
References
System.MathF.Round()
.
System
Half
Generated by
1.10.0