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

◆ Min() [1/2]

static byte INumber< byte >. System.Byte.Min ( byte x,
byte y )
inlinestatic

Definition at line 733 of file Byte.cs.

734 {
735 return Math.Min(x, y);
736 }

References System.Math.Min().