IntegerToReal

Convert Integer to Real signals

    IntegerToReal

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

NameTypeDescriptionIO TypeNumber

u

implicit

Connector of Integer input signal

input

1

y

implicit

Connector of Real output signal

output

1

See Also