Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[2/4]
static int
IUnaryNegationOperators
< int, int >. System.Int32.operator-
(
int
value
)
inline
static
Definition at line
908
of file
Int32.cs
.
909
{
910
return
-
value
;
911
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Int32
Generated by
1.10.0