SqlDouble::Multiply Method (SqlDouble, SqlDouble)

 
equivalentCodeEntityM:System.Data.SqlTypes.SqlDouble.Multiply(System.Data.SqlTypes.SqlDouble,System.Data.SqlTypes.SqlDouble)

The multiplication operator computes the product of the two SqlDouble operands.

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

public:
static SqlDouble Multiply(
	SqlDouble x,
	SqlDouble y
)

Parameters

x
Type: System.Data.SqlTypes::SqlDouble

A SqlDouble structure.

y
Type: System.Data.SqlTypes::SqlDouble

A SqlDouble structure.

Return Value

Type: System.Data.SqlTypes::SqlDouble

The product of the two SqlDouble operands.

.NET Framework
Available since 1.1
Return to top
Show: