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

◆ Min() [2/3]

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

Definition at line 2545 of file Decimal.cs.

2546 {
2547 if (DecCalc.VarDecCmp(in d1, in d2) >= 0)
2548 {
2549 return ref d2;
2550 }
2551 return ref d1;
2552 }

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