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

◆ Round() [3/5]

static decimal System.Decimal.Round ( decimal d,
int decimals,
MidpointRounding mode )
inlinestatic

Definition at line 2586 of file Decimal.cs.

2587 {
2588 return Round(ref d, decimals, mode);
2589 }
static decimal Round(decimal d)
Definition Decimal.cs:2571

References System.Runtime.Serialization.Dictionary, and System.Decimal.Round().