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

정의

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

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

매개 변수

value
Int32

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

반환

의 단항 더하기입니다 value.

구현

적용 대상