UInt16.IIncrementOperators<UInt16>.Increment(UInt16) 연산자

정의

값을 증분합니다.

 static System::UInt16 System.Numerics.IIncrementOperators<System.UInt16>.operator ++(System::UInt16 value) = System::Numerics::IIncrementOperators<System::UInt16>::op_Increment;
static ushort IIncrementOperators<ushort>.operator ++ (ushort value);
static member System.Numerics.IIncrementOperators<System.UInt16>.op_Increment : uint16 -> uint16
 Shared op_Increment (value As UShort) As UShort Implements IIncrementOperators(Of UShort).op_Increment

매개 변수

value
UInt16

증가시킬 값입니다.

반환

를 증분한 결과입니다 value.

구현

적용 대상