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

◆ Min() [1/3]

static decimal INumber< decimal >. System.Decimal.Min ( decimal x,
decimal y )
inlinestatic

Definition at line 3382 of file Decimal.cs.

3383 {
3384 return Math.Min(x, y);
3385 }

References System.Math.Min().