Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Max()
[2/2]
static ushort
INumber
< ushort >. System.UInt16.Max
(
ushort
x
,
ushort
y
)
inline
static
Definition at line
714
of file
UInt16.cs
.
715
{
716
return
Math.Max(x, y);
717
}
References
System.Math.Max()
.
System
UInt16
Generated by
1.10.0