Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator<<()
[2/2]
static ulong
IShiftOperators
< ulong, ulong >. System.UInt64.operator<<
(
ulong
value
,
int
shiftAmount
)
inline
static
Definition at line
858
of file
UInt64.cs
.
859
{
860
return
value
<< shiftAmount;
861
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
UInt64
Generated by
1.10.0