Send feedback on this topic.
Teradata.Client.Provider
Ceiling Method



Teradata.Client.Provider Namespace > TdDecimal Structure : Ceiling Method
The TdDecimal structure
The smallest whole number greater than or equal to the specified TdDecimal structure.
Syntax
'Declaration
 
Public Shared Function Ceiling( _
   ByVal input As TdDecimal _
) As TdDecimal
'Usage
 
Dim input As TdDecimal
Dim value As TdDecimal
 
value = TdDecimal.Ceiling(input)
public static TdDecimal Ceiling( 
   TdDecimal input
)
public:
static TdDecimal Ceiling( 
   TdDecimal input
) 

Parameters

input
The TdDecimal structure

Return Value

The TdDecimal containing 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