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

◆ Min() [1/2]

static sbyte INumber< sbyte >. System.SByte.Min ( sbyte x,
sbyte y )
inlinestatic

Definition at line 741 of file SByte.cs.

742 {
743 return Math.Min(x, y);
744 }

References System.Math.Min().