Editar

Compartir a través de


InterpolationUtilities.ExpCoefficient(Single, Single) Method

Definition

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 -> single
Public Shared Function ExpCoefficient (hLife As Single, dTime As Single) As Single

Parameters

hLife
Single
dTime
Single

Returns

Applies to