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

◆ Min()

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

Definition at line 275 of file MathF.cs.

276 {
277 return Math.Min(x, y);
278 }

References System.Math.Min().

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