Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator-() [2/4]

static byte IUnaryNegationOperators< byte, byte >. System.Byte.operator- ( byte value)
inlinestatic

Definition at line 968 of file Byte.cs.

969 {
970 return (byte)(-value);
971 }

References System.value.