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