Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator~()
[2/2]
static ushort
IBitwiseOperators
< ushort, ushort, ushort >. System.UInt16.operator~
(
ushort
value
)
inline
static
Definition at line
350
of file
UInt16.cs
.
351
{
352
return
(ushort)(~value);
353
}
System
UInt16
Generated by
1.10.0