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
)
inline
static
Definition at line
720
of file
UInt16.cs
.
721
{
722
return
Math.Min(x, y);
723
}
References
System.Math.Min()
.
System
UInt16
Generated by
1.10.0