UInt32.IUnaryPlusOperators<UInt32,UInt32>.UnaryPlus(UInt32) 연산자

정의

값의 단항 더하기 를 계산합니다.

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

매개 변수

value
UInt32

단항 플러스를 계산할 값입니다.

반환

의 단항 더하기입니다 value.

구현

적용 대상