Bool

Converts a signal of any type to boolean. If i0 is 0, the resulting boolean signal o will be 0. In all other cases, o will be 1.

Blocks tree path

Primitive\Types\Bool

Inputs

Name Type Description
i0 any The signal to convert.

Outputs

Name Type Description
o bool The resulting boolean signal.