Public Function WindChill( _
ByVal vWindSpeedInMPH As Variant _
, ByVal vTemperatureInF As Variant _
) As Variant WindChill(10, 40) = 28.1287493780265
WindChill(20, 40) = 18.1271658191067
WindChill(10, 20) = 3.509585711889See also: Units ClassvWindSpeedInMPH: Wind speed in Miles Per Hour (MPH). Function returns Null is vWindSpeedInMPH is Null or cannot be fixed-up to a floating point number.
v2.0 Addition: This function is new to this version of Entisoft Tools.
Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.