Edit

Share via


SqlDouble.UnaryNegation(SqlDouble) Operator

Definition

Returns the negated value of the specified SqlDouble structure.

public static System.Data.SqlTypes.SqlDouble operator -(System.Data.SqlTypes.SqlDouble x);

Parameters

x
SqlDouble

A SqlDouble structure.

Returns

A SqlDouble structure that contains the negated value.

Applies to

See also