<Code Lib>
2022 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 bool True if the sill height falls is greater than or equal to zero, false otherwise.

Loading…