InterpolationGet Damping Factor Method
Definition
Namespace: DWSIM.MathOps.MathEx.Interpolation
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
Assembly: DWSIM.MathOps (in DWSIM.MathOps.dll) Version: 10.0.0.0
C#
public static double GetDampingFactor(
int current,
int count,
double min,
double max
)VB
Public Shared Function GetDampingFactor (
current As Integer,
count As Integer,
min As Double,
max As Double
) As Double