Decimal.UnaryPlus(Decimal) Operador
Definição
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
Parâmetros
- d
- Decimal
O operando a retornar.The operand to return.
Retornos
O valor do operando, d
.The value of the operand, d
.
Comentários
O UnaryPlus método define a operação do operador positivo unário para Decimal valores.The UnaryPlus method defines the operation of the unary positive operator for Decimal values.