SqlMoney::Divide Method (SqlMoney, SqlMoney)

 

The division operator divides the first SqlMoney parameter by the second.

Namespace:   System.Data.SqlTypes
Assembly:  System.Data (in System.Data.dll)

public:
static SqlMoney Divide(
	SqlMoney x,
	SqlMoney y
)

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::SqlMoney

A new SqlMoney structure whose Value contains the results of the division.

.NET Framework
Available since 1.1
Return to top
Show: