IntegerToReal
Convert Integer to Real signals
Library
Modelica/Blocks/Math
Description
This block computes the output yas Real equivalent of the Integer input u:
y = u;
where u is of Integer and y of Real type.
Ports
Name | Type | Description | IO Type | Number |
---|---|---|---|---|
u | implicit | Connector of Integer input signal | input | 1 |
y | implicit | Connector of Real output signal | output | 1 |