<Code Lib>
2020 Method
Changes 1
M

EnergyDataSettings.CheckRangeOfShadeDepth

Description:
Checks that the shade depth is greater than or equal to zero.

public static bool CheckRangeOfShadeDepth(
	double shadeDepth
)

Return Value bool True if the shade depth is greater than or equal to zero, false otherwise.

Loading…