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

◆ Max() [1/2]

static long INumber< long >. System.Int64.Max ( long x,
long y )
inlinestatic

Definition at line 668 of file Int64.cs.

669 {
670 return Math.Max(x, y);
671 }

References System.Math.Max().