RVTDocs.com

EnergyDataSettings.CheckRangeOfPercentageSkylights

Method
Description:
Checks that the percentage skylights value is between 0.00 and 0.95.
Syntax
public static bool CheckRangeOfPercentageSkylights(
	double percentageSkylights
)
Parameters
Parameter Type Description
percentageSkylights Double The percentage skylights to be checked.
Return Value
Type Description
Boolean True if the percentage skylights value is between 0.00 and 0.95, false otherwise.