How to: |
FLOOR returns the largest integer value not greater than a value.
FLOOR(n)
where:
Numeric or Alphanumeric
Is the value greater than or equal to the returned integer. For exact-value numeric arguments, the return value has an exact-value numeric type. For alphanumeric or floating-point arguments, the return value has a floating-point type.
FLOOR returns an integer less than or equal to the argument.
FLOOR(N)
For N=1.23, the result is 1.
For N=-1.23, the result is -2.
WebFOCUS | |
Feedback |