<Code Lib>
2026 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
)

  • Double
    sillHeight
    The sill height to be checked.
Return Value Boolean True if the sill height falls is greater than or equal to zero, false otherwise.

Loading…