M

TemperatureRatingType.AddCorrectionFactor

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