<Code Lib>
2020 Method
Changes 1
M

EnergyDataSettings.CheckRangeOfSillHeight

Description:
Checks that the sill height is greater than or equal to zero.

public static bool CheckRangeOfSillHeight(
	double sillHeight
)

Return Value bool True if the sill height falls is greater than or equal to zero, false otherwise.

Loading…