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

Ceiling Method
Returns the smallest integer number greater than or equal to the specified OracleNumber number.
Syntax
'Declaration
 
Public Shared Function Ceiling( _
   ByVal value As OracleNumber _
) As OracleNumber
 

Parameters

value
The specified OracleNumber structure.

Return Value

A new OracleNumber representing the smallest integer number greater than or equal to the specified OracleNumber structure.
Remarks
This method is not available in Direct mode.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also