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

◆ Max() [1/2]

static char INumber< char >. System.Char.Max ( char x,
char y )
inlinestatic

Definition at line 1261 of file Char.cs.

1262 {
1263 return (char)Math.Max(x, y);
1264 }

References System.Math.Max().