EnergyDataSettings.CheckRangeOfPercentageGlazing
Description:
Checks that the percentage glazing value is between 0.00 and 0.95.
Checks that the percentage glazing value is between 0.00 and 0.95.
public static bool CheckRangeOfPercentageGlazing(
double percentageGlazing
)
-
DoublepercentageGlazingThe percentage glazing to be checked.
Return Value
Boolean
True if the percentage glazing value is between 0.00 and 0.95, false otherwise.