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