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