Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator-()
[1/4]
static byte
ISubtractionOperators
< byte, byte, byte >. System.Byte.operator-
(
byte
left
,
byte
right
)
inline
static
Definition at line
962
of file
Byte.cs
.
963
{
964
return
(
byte
)(left - right);
965
}
System
Byte
Generated by
1.10.0