- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
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.
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑