<Code Lib>
2021 Method
Changes 0
M

EnergyDataSettings.CheckRangeOfPercentageGlazing

Description:
Checks that the percentage glazing value is between 0.00 and 0.95.

public static bool CheckRangeOfPercentageGlazing(
	double percentageGlazing
)

  • Double
    percentageGlazing
    The percentage glazing to be checked.
Return Value bool True if the percentage glazing value is between 0.00 and 0.95, false otherwise.

Loading…