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

◆ Max() [2/2]

static uint INumber< uint >. System.UInt32.Max ( uint x,
uint y )
inlinestatic

Definition at line 695 of file UInt32.cs.

696 {
697 return Math.Max(x, y);
698 }

References System.Math.Max().