SqlDecimal::Division Operator (SqlDecimal, SqlDecimal)
.NET Framework (current version)
The division operator calculates the results of dividing the first SqlDecimal operand by the second.
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 results of the division.
.NET Framework
Available since 1.1
Available since 1.1
Show: