<Code Lib>
2021 Method
Changes 0
M

ElectricalDemandFactorDefinition.GetApplicableDemandFactor

Description:
This method will return the applicable demand factor for the specified number of devices or load.

public double GetApplicableDemandFactor(
	double numberOrLoad
)

  • Double
    numberOrLoad
    The number of devices or load for which the demand factor should be looked up.
Return Value double The applicable demand factor.

Loading…