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

◆ Max() [1/3]

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

Definition at line 3376 of file Decimal.cs.

3377 {
3378 return Math.Max(x, y);
3379 }

References System.Math.Max().