Expression Binding - Celsius to Fahrenheit
Use an expression binding to convert a temperature from Celsius to Fahrenheit. This is an example of how expression binding can handle calculations.
{celsiusTemp} *
9
/
5
+
32
The reference to the Celsius temperature can come from a property or a tag. As the property or the tag changes, so does the expression binding.