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

◆ Round() [2/8]

static decimal System.Math.Round ( decimal d,
int decimals )
inlinestatic

Definition at line 1102 of file Math.cs.

1103 {
1104 return decimal.Round(d, decimals);
1105 }