Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[2/4]
static
short
IUnaryNegationOperators
<
short
,
short
>. System.Int16.operator-
(
short
value
)
inline
static
Definition at line
949
of file
Int16.cs
.
950
{
951
return
(
short
)(-
value
);
952
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Int16
Generated by
1.10.0