@floor(vXXXX)

Definition

Rounds a value down to the next real number

Returns

Returns the next lower real number (e.g. 2, 10, 65, 149...) based on the result of the parenthesized variable or equation.

Example

If Sales are 20.23, 34.45:

@floor(v1000)

calculates the values 20 and 34.