First off, did you read the manual? Did it answer your question?
Second, did you look at the examples? Did they answer your question?
No, alright, please discribe the problem below.
Expected behavior
Calculate AbsoluteHumidity and HeatIndex
Actual behavior
error: 'AbsoluteHumidity' is not a member of 'EnvironmentCalculations'
error: 'HeatIndex' is not a member of 'EnvironmentCalculations'
Steps to reporduce the behavior
Add this variable into you sketch
float AbsoluteHumidity = EnvironmentCalculations::AbsoluteHumidity(temperature, humidity, envTempUnit);float HeatIndex = EnvironmentCalculations::HeatIndex(temperature, humidity, envTempUnit);
First off, did you read the manual? Did it answer your question? Second, did you look at the examples? Did they answer your question? No, alright, please discribe the problem below.
Expected behavior
Calculate AbsoluteHumidity and HeatIndex
Actual behavior
Steps to reporduce the behavior
Add this variable into you sketch
float AbsoluteHumidity = EnvironmentCalculations::AbsoluteHumidity(temperature, humidity, envTempUnit);
float HeatIndex = EnvironmentCalculations::HeatIndex(temperature, humidity, envTempUnit);