Expression<N> floor(
Expression<N> x
)
Create an expression that returns the floor of its argument, that is, the largest integer smaller than or equal to its argument.
- Parameters:
x- expression
- Return:
- floor
- Since:
- JPA 2.0
x - expression