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

◆ Min() [1/2]

static long INumber< long >. System.Int64.Min ( long x,
long y )
inlinestatic

Definition at line 674 of file Int64.cs.

675 {
676 return Math.Min(x, y);
677 }

References System.Math.Min().