WOLFRAM SYSTEM MODELER
roundRound to nearest Integer |
SystemModel["PlanarMechanics.Utilities.Functions.round"]
Returns the input argument rounded to the nearest Integer. Examples:
round(2.4) -> 2 round(2.6) -> 3 round(-1.3) -> -1 round(-1.6) -> -2
v |
Type: Real Description: Real number |
---|
i |
Type: Integer Description: Real number v rounded to nearest integer |
---|
Developed 2010 at the DLR Institute of System Dynamics and Control