FLR

Floor

@FLR(expression)

Description

Returns a floating-point value which represents the largest integer less than or equal to expression.

Example

FLOOR SET @FLR(2.5) ; FLOOR = 2.0