Int128.UnaryPlus(Int128) 연산자

정의

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

public:
 static Int128 operator +(Int128 value) = System::Numerics::IUnaryPlusOperators<Int128, Int128>::op_UnaryPlus;
public static Int128 operator + (Int128 value);
static member ( ~+ ) : Int128 -> Int128
Public Shared Operator + (value As Int128) As Int128

매개 변수

value
Int128

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

반환

의 단항 플러스입니다 value.

구현

적용 대상