Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator<<()
[1/2]
static sbyte
IShiftOperators
< sbyte, sbyte >. System.SByte.operator<<
(
sbyte
value
,
int
shiftAmount
)
inline
static
Definition at line
946
of file
SByte.cs
.
947
{
948
return
(sbyte)(
value
<< shiftAmount);
949
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
SByte
Generated by
1.10.0