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

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

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

Definition at line 735 of file Double.cs.

736 {
737 return Math.Round(x, int.Create(digits));
738 }

References System.Math.Round().