SqlDouble::UnaryNegation Operator (SqlDouble)

 

Returns the negated value of the specified SqlDouble structure.

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

public:
static SqlDouble operator -(
	SqlDouble x
)

Parameters

x
Type: System.Data.SqlTypes::SqlDouble

A SqlDouble structure.

Return Value

Type: System.Data.SqlTypes::SqlDouble

A SqlDouble structure that contains the negated value.

.NET Framework
Available since 1.1
Return to top
Show: