Dokumentation zu: floor(E)

HR Image


SYNOPSIS
        float floor(float arg)

DESCRIPTION
        Round the <arg>ument downwards the nearest whole number, returning
        that value. If the <arg>ument value is an integer, the result will
        be that value, converted to float.

EXAMPLES
        floor(4.5)  - returns  4.0
        floor(-4.5) - returns -5.0
        floor(5)    - returns  5.0

HISTORY
        Introduced in LDMud 3.2.7.
        LDMud 3.2.9 added integers as argument values.

SEE ALSO
        abs(E), ceil(E)

Die Seite ist auch in Deutsch vorhanden.

Start » Magierhandbuch » Docu » Efun » Floor Letzte Generierung: 25.04.2021, 01:58
Email an: mud@wl.mud.de
Valid HTML 4.01!