SqlSingle::Multiply Operator (SqlSingle, SqlSingle)

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

Computes the product of the two specified SqlSingle structures.

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 product of the multiplication.

.NET Framework
Available since 1.1
Return to top
Show: