SqlInt16::Multiply Method (SqlInt16, SqlInt16)
.NET Framework (current version)
Computes the product of the two SqlInt16 parameters.
Assembly: System.Data (in System.Data.dll)
Parameters
- x
-
Type:
System.Data.SqlTypes::SqlInt16
A SqlInt16 structure.
- y
-
Type:
System.Data.SqlTypes::SqlInt16
A SqlInt16 structure.
Return Value
Type: System.Data.SqlTypes::SqlInt16A SqlInt16 structure whose Value contains the product of the two parameters.
.NET Framework
Available since 1.1
Available since 1.1
Show: