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

◆ Round< TInteger >() [2/4]

static double IFloatingPoint< double >. System.Double.Round< TInteger > ( double x,
TInteger digits,
MidpointRounding mode )
inlinestatic

Definition at line 747 of file Double.cs.

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

References System.Math.Round().