Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator<=()
[2/2]
static
bool
IComparisonOperators
< ushort, ushort >. System.UInt16.operator<=
(
ushort
left
,
ushort
right
)
inline
static
Definition at line
362
of file
UInt16.cs
.
363
{
364
return
left <= right;
365
}
System
UInt16
Generated by
1.10.0