EnergyDataSettings.CheckRangeOfSkylightWidth
Description:
Checks that the skylight width is greater than or equal to eight inches.
Checks that the skylight width is greater than or equal to eight inches.
public static bool CheckRangeOfSkylightWidth(
double skylightWidth
)
-
DoubleskylightWidthThe skylight width to be checked. Should be greater than or equal to eight inches.
Return Value
bool
True if the skylight width is greater than or equal to eight inches, false otherwise.