SqlDecimal.UnaryNegation(SqlDecimal) Opérateur

Définition

L'opérateur moins unaire rend le paramètre SqlDecimal négatif.

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

Paramètres

x
SqlDecimal

Structure SqlDecimal à rendre négative.

Retours

Nouvelle structure SqlDecimal dont la valeur contient le résultat de la négation.

S’applique à

Voir aussi