SqlDecimal.Subtract(SqlDecimal, SqlDecimal) Méthode

Définition

Calcule le produit de la soustraction du second opérande SqlDecimal du premier.

public:
 static System::Data::SqlTypes::SqlDecimal Subtract(System::Data::SqlTypes::SqlDecimal x, System::Data::SqlTypes::SqlDecimal y);
public static System.Data.SqlTypes.SqlDecimal Subtract (System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y);
static member Subtract : System.Data.SqlTypes.SqlDecimal * System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Subtract (x As SqlDecimal, y As SqlDecimal) As SqlDecimal

Paramètres

x
SqlDecimal

Structure SqlDecimal.

y
SqlDecimal

Structure SqlDecimal.

Retours

Nouvelle structure SqlDecimal dont la propriété Value contient le résultat de la soustraction.

S’applique à

Voir aussi