SqlInt32::Multiply Method (SqlInt32, SqlInt32)

 

Computes the product of the two SqlInt32 parameters.

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

public:
static SqlInt32 Multiply(
	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 structure whose Value contains the product of the two parameters.

.NET Framework
Available since 1.1
Return to top
Show: