Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Round< TInteger >()
[2/4]
static
Half
IFloatingPoint
<
Half
>.
System.Half.Round
< TInteger >
(
Half
x
,
TInteger
digits
,
MidpointRounding
mode
)
inline
static
Definition at line
920
of file
Half.cs
.
921
{
922
return
(
Half
)MathF.Round((
float
)x,
int
.
Create
(digits), mode);
923
}
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