Decimal.UnaryPlus(Decimal) Operator

Definitie

Retourneert de waarde van de Decimal operand (het teken van de operand is ongewijzigd).

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

Parameters

d
Decimal

De operand die moet worden geretourneerd.

Retouren

De waarde van de operand, d.

Implementeringen

Opmerkingen

De UnaryPlus methode definieert de werking van de unaire positieve operator voor Decimal waarden.

Van toepassing op