Инструменты пользователя

Инструменты сайта


en:autorun:documentation:floor

Floor

Floor(<value>)

The function returns the passed value rounded to the nearest previous integer.

Parameters

valueThe value on which the operation will be performed.

Related

Ceil, Round

Examples

MsgBox(Floor(1.77))   # --> 1
MsgBox(Floor(-5.123)) # --> -6
en/autorun/documentation/floor.txt · Последнее изменение: 2022/10/17 16:11 — loopback

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki