Function can be used to convert real value to integer value whereby real value is rounded.
(no remarks)
(no remarks)
(no remarks)
(no remarks)
(no remarks)
(no remarks)
(no validation necessary)
(none)
Model created by Oliver Schülting (oliver.schuelting@tuhh.de), Nov 2020
function real2integer extends Icons.Function; input Real real; output Integer result; end real2integer;