Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[2/4]
static char
IUnaryNegationOperators
< char, char >. System.Char.operator-
(
char
value
)
inline
static
Definition at line
1516
of file
Char.cs
.
1517
{
1518
return
(
char
)(0 -
value
);
1519
}
System.ExceptionArgument.value
@ value
References
System.value
.
System
Char
Generated by
1.10.0