SqlInt16.UnaryNegation(SqlInt16) Operador

Definição

O operador de subtração unário nega o Value do operando SqlInt16.The unary minus operator negates the Value of the SqlInt16 operand.

public:
 static System::Data::SqlTypes::SqlInt16 operator -(System::Data::SqlTypes::SqlInt16 x);
public static System.Data.SqlTypes.SqlInt16 operator - (System.Data.SqlTypes.SqlInt16 x);
static member ( ~- ) : System.Data.SqlTypes.SqlInt16 -> System.Data.SqlTypes.SqlInt16
Public Shared Operator - (x As SqlInt16) As SqlInt16

Parâmetros

x
SqlInt16

Uma estrutura SqlInt16.A SqlInt16 structure.

Retornos

SqlInt16

Uma estrutura SqlInt16 que contém o valor negado.A SqlInt16 structure that contains the negated value.

Aplica-se a