Namespace:  VideoRay.Util
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public static double Temp_F2C(
	double tempFarenheit
)
Visual Basic (Declaration)
Public Shared Function Temp_F2C ( _
	tempFarenheit As Double _
) As Double
Visual C++
public:
static double Temp_F2C(
	double tempFarenheit
)

Parameters

tempFarenheit
Type: System..::.Double

See Also