Function can be used to convert boolean value to integer value.
(no remarks)
(no remarks)
(no remarks)
(no remarks)
(no remarks)
(no remarks)
(no validation necessary)
(none)
Model created by Carsten Bode (c.bode@tuhh.de), Dec 2020
function boolean2integer extends Icons.Function; input Boolean boolean; output Integer result; end boolean2integer;