M

TemperatureRatingType.AddCorrectionFactor

Description:
Add a new electrical correction factor type to this temperature rating type.
public CorrectionFactor AddCorrectionFactor(
	long temperature,
	double factor
)
  • temperature
    Temperature of correction factor to be added.
  • factor
    Factor of correction factor to be added.
Return Value CorrectionFactor New constructed correction factor.