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 します。

適用対象