SqlDecimal::Multiply Operator (SqlDecimal, SqlDecimal)
.NET Framework (current version)
The multiplication operator computes the product of the two SqlDecimal parameters.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlDecimal
A SqlDecimal structure.
- y
-
Type:
System.Data.SqlTypes::SqlDecimal
A SqlDecimal structure.
Return Value
Type: System.Data.SqlTypes::SqlDecimalA new SqlDecimal structure whose Value property contains the product of the multiplication.
.NET Framework
Available since 1.1
Available since 1.1
Show: