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

◆ Max() [1/2]

static int INumber< int >. System.Int32.Max ( int x,
int y )
inlinestatic

Definition at line 697 of file Int32.cs.

698 {
699 return Math.Max(x, y);
700 }

References System.Math.Max().