Decimal.UnaryPlus(Decimal) 연산자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
피연산자의 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 정의합니다.