다음을 통해 공유


UInt128.UnaryPlus(UInt128) 연산자

정의

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

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

매개 변수

value
UInt128

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

반환

의 단항 플러스입니다 value.

구현

적용 대상