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

◆ Round() [8/8]

static double System.Math.Round ( double value,
MidpointRounding mode )
inlinestatic

Definition at line 1151 of file Math.cs.

1152 {
1153 return Round(value, 0, mode);
1154 }
static decimal Round(decimal d)
Definition Math.cs:1096

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