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

◆ Max() [2/3]

static ref readonly decimal System.Decimal.Max ( in decimal d1,
in decimal d2 )
inlinestaticpackage

Definition at line 2536 of file Decimal.cs.

2537 {
2538 if (DecCalc.VarDecCmp(in d1, in d2) < 0)
2539 {
2540 return ref d2;
2541 }
2542 return ref d1;
2543 }

References System.Runtime.Serialization.Dictionary, and System.Decimal.DecCalc.VarDecCmp().