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

◆ Round() [2/5]

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

Definition at line 2576 of file Decimal.cs.

2577 {
2578 return Round(ref d, decimals, MidpointRounding.ToEven);
2579 }
static decimal Round(decimal d)
Definition Decimal.cs:2571

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