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
ProductVersionsPlatforms
.NET2.1, 3.1, 6Windows, Linux, MacOS
.NET Framework4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdNumber Structure
TdNumber Members