SqlMoney::Divide Method (SqlMoney, SqlMoney)
.NET Framework (current version)
The division operator divides the first SqlMoney parameter by the second.
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 results of the division.
.NET Framework
Available since 1.1
Available since 1.1
Show: