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

◆ Max()

static float System.MathF.Max ( float x,
float y )
inlinestatic

Definition at line 250 of file MathF.cs.

251 {
252 return Math.Max(x, y);
253 }

References System.Math.Max().

Referenced by System.Single.Max(), and System.Half.Max().