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
ProductVersionsPlatforms
.NET6, 7Windows, Linux, MacOS
.NET Framework4.6.2, 4.7, 4.7.1, 4.7.2, 4.8Windows
.NET Standard2.0Windows, Linux, MacOS
See Also

Reference

TdDecimal Structure
TdDecimal Members