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