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