PsiLAB Help Manual Page

Section: Basic math functions

Name: floor

Round the given float to an integer value (not type).
Floor returns the greatest integer value less than or equal to x.
[ y:float ] = floor (x:float)

Printed by PsiLAB