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