Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator<<()
[1/2]
static byte
IShiftOperators
< byte, byte >. System.Byte.operator<<
(
byte
value
,
int
shiftAmount
)
inline
static
Definition at line
938
of file
Byte.cs
.
939
{
940
return
(
byte
)(
value
<< shiftAmount);
941
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Byte
Generated by
1.10.0