StabilizedRay.DynamicExpCoefficient(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.
Compute dynamic exponential coefficient.
public:
 static float DynamicExpCoefficient(float hLife, float delta);
	public static float DynamicExpCoefficient(float hLife, float delta);
	static member DynamicExpCoefficient : single * single -> single
	Public Shared Function DynamicExpCoefficient (hLife As Single, delta As Single) As Single
	Parameters
- hLife
 - Single
 
Half life
- delta
 - Single
 
Distance delta
Returns
The dynamic exponential coefficient.