SqlSingle.UnaryNegation(SqlSingle) Operatore

Definizione

Nega la proprietà Value della struttura SqlSingle specificata.

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

Parametri

x
SqlSingle

Struttura SqlSingle.

Restituisce

Struttura SqlSingle contenente il valore negato.

Si applica a

Vedi anche