Send feedback on this topic.
Teradata.Client.Provider
Abs Method (TdDecimal)



Teradata.Client.Provider Namespace > TdDecimal Structure : Abs Method
A TdDecimal structure
The absolute value of the specified TdDecimal is returned.
Syntax
'Declaration
 
Public Shared Function Abs( _
   ByVal input As TdDecimal _
) As TdDecimal
'Usage
 
Dim input As TdDecimal
Dim value As TdDecimal
 
value = TdDecimal.Abs(input)
public static TdDecimal Abs( 
   TdDecimal input
)
public:
static TdDecimal Abs( 
   TdDecimal input
) 

Parameters

input
A TdDecimal structure

Return Value

A TdDecimal is returned that contains the result.
Remarks
A TdDecimal of TdDecimal.Null will return as TdDecimal.Null
Requirements

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

See Also

Reference

TdDecimal Structure
TdDecimal Members