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



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

Parameters

input
A TdDecimal structure

Return Value

The TdDecimal containing the result is returned.
Remarks
A TdDecimal.Null will be returned if the value is 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