KPG1_FLOOR

Returns the largest integer smaller than or equal to a supplied value

Description:

This routine returns the largest integer smaller than or equal to a supplied value.

Invocation

RESULT = KPG1_FLOOR( VALUE )

Arguments

VALUE = REAL (Given)
The value.

Function Value

KPG1_FLOOR = INTEGER The largest integer smaller than or equal to the supplied value.