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

정의

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

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

매개 변수

value
SByte

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

반환

의 단항 더하기입니다 value.

구현

적용 대상