SqlSingle.UnaryNegation(SqlSingle) Operator

Definition

Negates the Value of the specified SqlSingle structure.

public:
 static System::Data::SqlTypes::SqlSingle operator -(System::Data::SqlTypes::SqlSingle x);
public static System.Data.SqlTypes.SqlSingle operator - (System.Data.SqlTypes.SqlSingle x);
static member ( ~- ) : System.Data.SqlTypes.SqlSingle -> System.Data.SqlTypes.SqlSingle
Public Shared Operator - (x As SqlSingle) As SqlSingle

Parameters

x
SqlSingle

A SqlSingle structure.

Returns

A SqlSingle structure that contains the negated value.

Applies to

See also