SqlDecimal.Division(SqlDecimal, SqlDecimal) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 operator /(System::Data::SqlTypes::SqlDecimal x, System::Data::SqlTypes::SqlDecimal y);
public static System.Data.SqlTypes.SqlDecimal operator / (System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y);
static member ( / ) : System.Data.SqlTypes.SqlDecimal * System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Operator / (x As SqlDecimal, y As SqlDecimal) As SqlDecimal
Paramètres
Structure SqlDecimal.
Structure SqlDecimal.
Retours
Nouvelle structure SqlDecimal dont la propriété Value contient les résultats de la division.
Remarques
La méthode équivalente pour cet opérateur est SqlDecimal.Divide(SqlDecimal, SqlDecimal).