dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumber Structure / Floor Method
The specified OracleNumber structure.

In This Topic
Floor Method
In This Topic
Returns the largest integer number less than or equal to the specified OracleNumber number.
Syntax
'Declaration
 
Public Shared Function Floor( _
   ByVal value As OracleNumber _
) As OracleNumber
 

Parameters

value
The specified OracleNumber structure.

Return Value

A new OracleNumber representing the largest integer number less than or equal to the specified OracleNumber structure.
Remarks
This method is not available in Direct mode.
See Also