vrLib SDK Documentation
Temp_F2C Method (tempFarenheit)
NamespacesVideoRay.UtilPhysicalUnitsTemp_F2C(Double)
Convert a temperature from deg F to deg C
Declaration Syntax
C#Visual BasicVisual C++
public static double Temp_F2C(
	double tempFarenheit
)
Public Shared Function Temp_F2C ( _
	tempFarenheit As Double _
) As Double
public:
static double Temp_F2C(
	double tempFarenheit
)
Parameters
tempFarenheit (Double)
The temperature in deg F.
Return Value

Assembly: vrLib (Module: vrLib) Version: 2.0.1.0 (2.0.1.0)