.ModelicaReference.Operators.'floor()'

floor()

Information

Round Real number towards minus infinity

Syntax

floor(x)

Description

Returns the largest integer not greater than x. Result and argument shall have type Real. [Note, outside of a when clause state events are triggered when the return value changes discontinuously.]

Examples

floor({-3.14, 3.14})
 = {-4.0, 3.0}

Generated at 2025-10-30T19:21:05Z by OpenModelicaOpenModelica 1.25.5 using GenerateDoc.mos