SqlSingle.UnaryNegation(SqlSingle) Operador

Definição

Nega o Value da estrutura SqlSingle especificada.Negates the Value of the specified SqlSingle structure.

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

Parâmetros

x
SqlSingle

Uma estrutura SqlSingle.A SqlSingle structure.

Retornos

SqlSingle

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

Aplica-se a