Byte.IUnaryNegationOperators<Byte,Byte>.CheckedUnaryNegation 연산자

정의

값의 확인된 단항 부정을 계산합니다.

 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_CheckedUnaryNegation

매개 변수

value
Byte

단항 부정을 계산할 값입니다.

반환

의 단항 부정입니다 value.

구현

적용 대상