Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator>>()
[2/2]
static uint
IShiftOperators
< uint, uint >. System.UInt32.operator>>
(
uint
value
,
int
shiftAmount
)
inline
static
Definition at line
898
of file
UInt32.cs
.
899
{
900
return
value
>> shiftAmount;
901
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
UInt32
Generated by
1.10.0