ScalerScale Method
Definition
Namespace: DotNumerics.Scaling
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static double Scale(
double value,
double min,
double max,
double minScale,
double maxScale
)VB
Public Shared Function Scale (
value As Double,
min As Double,
max As Double,
minScale As Double,
maxScale As Double
) As Double