| InsulationAlarmInsulationLimit Method (Int32, Double, Double) |
Calculates the insulations the limit.
Namespace: Flir.Atlas.Image.AlarmsAssembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax public static double InsulationLimit(
int factor,
double indoorTemp,
double outdoorTemp
)
Parameters
- factor
- Type: SystemInt32
The factor. - indoorTemp
- Type: SystemDouble
The indoor temp. - outdoorTemp
- Type: SystemDouble
The outdoor temp.
Return Value
Type:
Doubleinsulation factor temperature in kelvin
See Also