Ceiling
This method returns a new OracleDecimal
structure with its value set to the ceiling of the supplied OracleDecimal
.
Declaration
// C#
public static OracleDecimal Ceiling(OracleDecimal val);
Parameters
-
val
An
OracleDecimal
.
Return Value
A new OracleDecimal
structure.
Remarks
If either argument has a null value, the returned OracleDecimal
has a null value.