SqlDecimal.Multiply(SqlDecimal, SqlDecimal) Método

Definición

El operador de multiplicación calcula el producto de los dos parámetros 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

Parámetros

x
SqlDecimal

Un estructura SqlDecimal.

y
SqlDecimal

Un estructura SqlDecimal.

Devoluciones

Nueva estructura SqlDecimal cuya propiedad Value contiene el producto de la multiplicación.

Se aplica a

Consulte también