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 )
inlinestatic

Definition at line 747 of file Single.cs.

748 {
749 return MathF.Round(x, int.Create(digits), mode);
750 }

References System.MathF.Round().