Send feedback on this topic.
Teradata.Client.Provider
Negate Method (TdNumber)



Teradata.Client.Provider Namespace > TdNumber Structure : Negate Method
The TdNumber.
Calculates the negation of the TdNumber operand.
Syntax
'Declaration
 
Public Shared Function Negate( _
   ByVal input As TdNumber _
) As TdNumber
'Usage
 
Dim input As TdNumber
Dim value As TdNumber
 
value = TdNumber.Negate(input)
public static TdNumber Negate( 
   TdNumber input
)
public:
static TdNumber Negate( 
   TdNumber input
) 

Parameters

input
The TdNumber.

Return Value

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

Target Platforms: Windows 7, Windows 8, Windows 8.1, Windows 10, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, Windows Server 2012 R2

See Also

Reference

TdNumber Structure
TdNumber Members