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

정의

값의 단항 플러스를 계산합니다.

 static short System.Numerics.IUnaryPlusOperators<System.Int16,System.Int16>.operator +(short value) = System::Numerics::IUnaryPlusOperators<short, short>::op_UnaryPlus;
static short IUnaryPlusOperators<short,short>.operator + (short value);
static member ( ~+ ) : int16 -> int16
 Shared Operator + (value As Short) As Short Implements IUnaryPlusOperators(Of Short, Short).op_UnaryPlus

매개 변수

value
Int16

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

반환

의 단항 플러스입니다 value.

구현

적용 대상