Click or drag to resize
InsulationAlarmInsulationLimit Method (Int32, Double, Double)
Calculates the insulations the limit.

Namespace: Flir.Atlas.Image.Alarms
Assembly: Flir.Atlas.Image (in Flir.Atlas.Image.dll) Version: 3.1
Syntax
C#
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: Double
insulation factor temperature in kelvin
See Also