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