Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Min()
[1/2]
static
short
INumber
<
short
>. System.Int16.Min
(
short
x
,
short
y
)
inline
static
Definition at line
726
of file
Int16.cs
.
727
{
728
return
Math.Min(x, y);
729
}
References
System.Math.Min()
.
System
Int16
Generated by
1.10.0