SqlDecimal.Divide(SqlDecimal, SqlDecimal) Méthode

Définition

L'opérateur de division calcule le produit de la division du premier opérande SqlDecimal par le second.

public:
 static System::Data::SqlTypes::SqlDecimal Divide(System::Data::SqlTypes::SqlDecimal x, System::Data::SqlTypes::SqlDecimal y);
public static System.Data.SqlTypes.SqlDecimal Divide (System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y);
static member Divide : System.Data.SqlTypes.SqlDecimal * System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Divide (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 les résultats de la division.

S’applique à

Voir aussi