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

◆ Max() [1/2]

static short INumber< short >. System.Int16.Max ( short x,
short y )
inlinestatic

Definition at line 720 of file Int16.cs.

721 {
722 return Math.Max(x, y);
723 }

References System.Math.Max().