InterpolationGetDampingFactor Method

Definition

Namespace: DWSIM.MathOps.MathEx.Interpolation
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
public static double GetDampingFactor(
	int current,
	int count,
	double min,
	double max
)

Parameters

current  Int32
 
count  Int32
 
min  Double
 
max  Double
 

Return Value

Double

See Also