EnergyDataSettings.CheckRangeOfSillHeight
Description:
Checks that the sill height is greater than or equal to zero.
Checks that the sill height is greater than or equal to zero.
public static bool CheckRangeOfSillHeight(
double sillHeight
)
-
DoublesillHeightThe sill height to be checked.
Return Value
bool
True if the sill height falls is greater than or equal to zero, false otherwise.