SqlDecimal.UnaryNegation(SqlDecimal) Operador
Definição
O operador unário de subtração nega o parâmetro SqlDecimal.The unary minus operator negates the SqlDecimal parameter.
public:
static System::Data::SqlTypes::SqlDecimal operator -(System::Data::SqlTypes::SqlDecimal x);
public static System.Data.SqlTypes.SqlDecimal operator - (System.Data.SqlTypes.SqlDecimal x);
static member ( ~- ) : System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Operator - (x As SqlDecimal) As SqlDecimal
Parâmetros
A estrutura SqlDecimal a ser negada.The SqlDecimal structure to be negated.
Retornos
Uma nova estrutura SqlDecimal cujo valor contém os resultados da negação.A new SqlDecimal structure whose value contains the results of the negation.