UInt32.IUnaryNegationOperators<UInt32,UInt32>.UnaryNegation 연산자

정의

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

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

매개 변수

value
UInt32

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

반환

의 단항 부정입니다 value.

구현

적용 대상