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

◆ Min() [2/2]

static ushort INumber< ushort >. System.UInt16.Min ( ushort x,
ushort y )
inlinestatic

Definition at line 720 of file UInt16.cs.

721 {
722 return Math.Min(x, y);
723 }

References System.Math.Min().