Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator>>()
[1/2]
static
short
IShiftOperators
<
short
,
short
>. System.Int16.operator>>
(
short
value
,
int
shiftAmount
)
inline
static
Definition at line
925
of file
Int16.cs
.
926
{
927
return
(
short
)(
value
>> shiftAmount);
928
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Int16
Generated by
1.10.0