Decimal.UnaryPlus(Decimal) 연산자

정의

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

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

매개 변수

d
Decimal

반환할 피연산자입니다.

반품

피연산 d자의 값입니다.

구현

설명

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

적용 대상