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

  • Double
    shadeDepth
    The shade depth to be checked.
Return Value bool True if the shade depth is greater than or equal to zero, false otherwise.

Loading…