Decimal.UnaryPlus(Decimal) 연산자

정의

Decimal 피연산자의 값을 반환합니다(피연산자의 부호는 변경되지 않음).

public:
 static System::Decimal operator +(System::Decimal d);
public static decimal operator + (decimal d);
static member ( ~+ ) : decimal -> decimal
Public Shared Operator + (d As Decimal) As Decimal

매개 변수

d
Decimal

반환할 피연산자입니다.

반환

Decimal

피연산자 d의 값입니다.

설명

UnaryPlus메서드는 값에 대 한 단항 긍정 연산자의 연산을 정의 합니다 Decimal .

적용 대상