Byte.IUnaryNegationOperators<Byte,Byte>.CheckedUnaryNegation Operator     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the checked unary negation of a value.
 static System::Byte System.Numerics.IUnaryNegationOperators<System.Byte,System.Byte>.op_CheckedUnaryNegation(System::Byte value) = System::Numerics::IUnaryNegationOperators<System::Byte, System::Byte>::op_CheckedUnaryNegation;static byte IUnaryNegationOperators<byte,byte>.op_CheckedUnaryNegation(byte value);static member System.Numerics.IUnaryNegationOperators<System.Byte,System.Byte>.op_CheckedUnaryNegation : byte -> byte Shared op_CheckedUnaryNegation (value As Byte) As Byte Implements IUnaryNegationOperators(Of Byte, Byte).op_CheckedUnaryNegationParameters
- value
- Byte
The value for which to compute the unary negation.
Returns
The unary negation of value.