SqlInt64.UnaryNegation(SqlInt64) Operator

Definition

The unary minus operator negates the Value of the SqlInt64 operand.

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

Parameters

x
SqlInt64

A SqlInt64 structure.

Returns

A SqlInt64 structure whose Value is equal to the negated Value of the SqlInt64 parameter.

Applies to

See also