SqlSingle.UnaryNegation(SqlSingle) Operador

Definição

Nega o Value da estrutura SqlSingle especificada.

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.

Retornos

Uma estrutura SqlSingle que contém o valor negado.

Aplica-se a

Confira também