Decimal.UnaryPlus(Decimal) Operator

定義

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値の単項正演算子の演算を定義します。

適用対象