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

◆ Round() [6/8]

static double System.Math.Round ( double value,
int digits )
inlinestatic

Definition at line 1145 of file Math.cs.

1146 {
1147 return Round(value, digits, MidpointRounding.ToEven);
1148 }
static decimal Round(decimal d)
Definition Math.cs:1096

References System.Math.Round(), and System.value.