'Declaration Public Shared Function Ceiling( _ ByVal value As OracleNumber _ ) As OracleNumber
public static OracleNumber Ceiling( OracleNumber value )
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.