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

◆ Min() [2/2]

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

Definition at line 701 of file UInt32.cs.

702 {
703 return Math.Min(x, y);
704 }

References System.Math.Min().