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

◆ Round() [4/5]

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

Definition at line 2581 of file Decimal.cs.

2582 {
2583 return Round(ref d, 0, mode);
2584 }
static decimal Round(decimal d)
Definition Decimal.cs:2571

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