Block that outputs y
as the nearest integer value of the input u
.
The block outputs
y = integer( floor( u + 0.5 ) ) if u > 0,
y = integer( ceil ( u - 0.5 ) ) otherwise.
-
January 3, 2017, by Michael Wetter:
First implementation, based on the implementation of the
Modelica Standard Library.
Generated at 2024-12-28T19:26:00Z
by OpenModelicaOpenModelica 1.24.3 using GenerateDoc.mos