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

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

See Also

Reference

TdDecimal Structure
TdDecimal Members