Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[4/4]
static ushort
IUnaryNegationOperators
< ushort, ushort >. System.UInt16.operator-
(
ushort
value
)
inline
static
Definition at line
943
of file
UInt16.cs
.
944
{
945
return
(ushort)(-
value
);
946
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
UInt16
Generated by
1.10.0