SqlDecimal.Multiply(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 multiplication calcule le produit des deux paramètres SqlDecimal.
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 le produit de la multiplication.
Remarques
La méthode équivalente pour cet opérateur est SqlDecimal.Multiply(SqlDecimal, SqlDecimal).