SqlSingle::Division Operator (SqlSingle, SqlSingle)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlSingle.Divide(System.Data.SqlTypes.SqlSingle,System.Data.SqlTypes.SqlSingle)

Divides the first SqlSingle structure by the second.

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

public:
static SqlSingle operator /(
	SqlSingle x,
	SqlSingle y
)

Parameters

x
Type: System.Data.SqlTypes::SqlSingle

A SqlSingle structure.

y
Type: System.Data.SqlTypes::SqlSingle

A SqlSingle structure.

Return Value

Type: System.Data.SqlTypes::SqlSingle

A SqlSingle structure that contains the results of the division.

.NET Framework
Available since 1.1
Return to top
Show: