Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator<<()
[2/2]
static ushort
IShiftOperators
< ushort, ushort >. System.UInt16.operator<<
(
ushort
value
,
int
shiftAmount
)
inline
static
Definition at line
913
of file
UInt16.cs
.
914
{
915
return
(ushort)(
value
<< shiftAmount);
916
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
UInt16
Generated by
1.10.0