Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Round() [1/4]

static float IFloatingPoint< float >. System.Single.Round ( float x)
inlinestatic

Definition at line 729 of file Single.cs.

730 {
731 return MathF.Round(x);
732 }

References System.MathF.Round().