The output y is true if the Real input u is greater or equal u_min and less or equal u_max. Otherwise the output is false:
y = u ≥ u_min and u ≤ u_max
This block is demonstrated with example ThresholdComparisons.