SqlInt32::Divide Method (SqlInt32, SqlInt32)

 

Divides the first SqlInt32 parameter from the second.

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

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

Parameters

x
Type: System.Data.SqlTypes::SqlInt32

A SqlInt32 structure.

y
Type: System.Data.SqlTypes::SqlInt32

A SqlInt32 structure.

Return Value

Type: System.Data.SqlTypes::SqlInt32

A SqlInt32 whose Value property contains the results of the division.

.NET Framework
Available since 1.1
Return to top
Show: