Send feedback on this topic.
Teradata.Client.Provider
Unary Negation Operator (TdNumber)



Teradata.Client.Provider Namespace > TdNumber Structure : Unary Negation Operator
The TdNumber.
Calculates the negation of the TdNumber operand.
Syntax
'Declaration
 
Public Operator -( _
   ByVal value As TdNumber _
) As TdNumber
'Usage
 
public TdNumber operator -( 
   TdNumber value
)
public:
TdNumber operator -( 
   TdNumber value
)

Parameters

value
The TdNumber.

Return Value

A TdNumber containing the result.
Remarks
If value is TdNumber.Null, the result will be TdNumber.Null; otherwise the result will have the opposite sign.
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdNumber Structure
TdNumber Members