Decimal.UnaryPlus(Decimal) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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
要傳回的運算元。
傳回
運算元 d
的值。
備註
UnaryPlus方法會定義值之一元正運算子的運算 Decimal 。