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
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

TdDecimal Structure
TdDecimal Members