floor(a)

Returns the largest Integer value that is not greater than a.

Description of Parameters

Parameter

Description

a

Value.

Examples

Parameter a

Result

100.3

100

100

100

-2.5

-3

See Also