<-- Previous || Up || Next -->

Wind Chill Function
Math Miscellaneous Class

Public Function WindChill( _
      ByVal vWindSpeedInMPH As Variant _
    , ByVal vTemperatureInF As Variant _
    ) As Variant

Wind chill for exposed human skin.

Examples:
    WindChill(10, 40) = 28.1287493780265
    WindChill(20, 40) = 18.1271658191067
    WindChill(10, 20) = 3.509585711889
See also:
    Units Class
vWindSpeedInMPH: Wind speed in Miles Per Hour (MPH). Function returns Null is vWindSpeedInMPH is Null or cannot be fixed-up to a floating point number.
vTemperatureInF: Temperature in degrees Fahrenheit. Function returns Null is vTemperatureInF is Null or cannot be fixed-up to a floating point number.
Return value: Temperature in degrees Fahrenheit which takes into account the wind chill.

v2.0 Addition: This function is new to this version of Entisoft Tools.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.