InterpolationUtilities.ExpCoefficient(Single, Single) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes an exponential coefficient following the given formula: 1 - .5^(dTime/hLife)
public:
 static float ExpCoefficient(float hLife, float dTime);public static float ExpCoefficient(float hLife, float dTime);static member ExpCoefficient : single * single -> singlePublic Shared Function ExpCoefficient (hLife As Single, dTime As Single) As SingleParameters
- hLife
- Single
- dTime
- Single