'Declaration Public Shared Function Ceiling( _ ByVal n As DB2Decimal _ ) As DB2Decimal
public static DB2Decimal Ceiling( DB2Decimal n )
Parameters
- n
Return Value
A new DB2Decimal representing the smallest integer number greater than or equal to the specified DB2Decimal structure.