Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[2/4]
static sbyte
IUnaryNegationOperators
< sbyte, sbyte >. System.SByte.operator-
(
sbyte
value
)
inline
static
Definition at line
976
of file
SByte.cs
.
977
{
978
return
(sbyte)(-
value
);
979
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
SByte
Generated by
1.10.0