Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Round< TInteger >()
[2/4]
static float
IFloatingPoint
< float >.
System.Single.Round
< TInteger >
(
float
x
,
TInteger
digits
,
MidpointRounding
mode
)
inline
static
Definition at line
747
of file
Single.cs
.
748
{
749
return
MathF.Round(x,
int
.
Create
(digits), mode);
750
}
System.IO.Compression.ZipArchiveMode.Create
@ Create
References
System.MathF.Round()
.
System
Single
Generated by
1.10.0