Byte.IUnaryNegationOperators<Byte,Byte>.UnaryNegation(Byte) 연산자

정의

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

 static System::Byte System.Numerics.IUnaryNegationOperators<System.Byte,System.Byte>.operator -(System::Byte value) = System::Numerics::IUnaryNegationOperators<System::Byte, System::Byte>::op_UnaryNegation;
static byte IUnaryNegationOperators<byte,byte>.operator - (byte value);
static member ( ~- ) : byte -> byte
 Shared Operator - (value As Byte) As Byte Implements IUnaryNegationOperators(Of Byte, Byte).op_UnaryNegation

매개 변수

value
Byte

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

반환

의 단항 부정입니다 value.

구현

적용 대상