Converter Components

Converter Components

Boolean to Floating Point
Floating Point to Boolean

Boolean to Floating Point

Description

The Boolean to Floating Point Converter converts a boolean value into a floating point value. The assignment which floating point values represents a true or false level is user definable.

Features

  • User definable floating point values which represents the true and false state. The defaults are true is represented by 1.0 and false by 0.0.

  • The component is rotatable.

View

Location

Converter -> Boolean to Float

Floating Point to Boolean

Description

The Floating Point to Boolean Converter converts a floating point value into a boolean value. The converter has a true and a false threshold. There exists three different functionalities depending on the threshold values:

true threshold = false threshold:

Input Output
input >= true threshold True
input < false threshold False

true threshold > false threshold:

Input Output
input >= true threshold True
input <= false threshold False
else Unchanged

true threshold < false threshold:

Input Output
input <= true threshold True
input >= false threshold False
else Unchanged

Features

  • User definable true and false threshold.

  • Supports a hysteresis.

  • The component is rotatable.

View

Location

Converter -> Float to Boolean

KDE Logo