Bridge

Decimal..::..UnaryPlus Operator

Returns the value of the Decimal operand (the sign of the operand is unchanged).

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static decimal operator +(
	decimal d
)
Public Shared Operator + ( _
	d As Decimal _
) As Decimal
public:
static Decimal^ operator +(
	Decimal^ d
)

Parameters

d
Type: System..::..Decimal
The operand to return.

Return Value

The value of the operand, d.