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

◆ Max() [1/2]

static sbyte INumber< sbyte >. System.SByte.Max ( sbyte x,
sbyte y )
inlinestatic

Definition at line 735 of file SByte.cs.

736 {
737 return Math.Max(x, y);
738 }

References System.Math.Max().