SqlDecimal.Multiply(SqlDecimal, SqlDecimal) Méthode

Définition

L'opérateur de multiplication calcule le produit des deux paramètres SqlDecimal.

public:
 static System::Data::SqlTypes::SqlDecimal Multiply(System::Data::SqlTypes::SqlDecimal x, System::Data::SqlTypes::SqlDecimal y);
public static System.Data.SqlTypes.SqlDecimal Multiply (System.Data.SqlTypes.SqlDecimal x, System.Data.SqlTypes.SqlDecimal y);
static member Multiply : System.Data.SqlTypes.SqlDecimal * System.Data.SqlTypes.SqlDecimal -> System.Data.SqlTypes.SqlDecimal
Public Shared Function Multiply (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 produit de la multiplication.

S’applique à

Voir aussi