SpecifiedValueScalingOnVariableScale Method  | 
 
            Gets the scaling value as it would be applied to the variable.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override double Scale(
	SolverVariableSettings settings
)
Public Overrides Function Scale ( 
	settings As SolverVariableSettings
) As Double
public:
virtual double Scale(
	SolverVariableSettings^ settings
) override
abstract Scale : 
        settings : SolverVariableSettings -> float 
override Scale : 
        settings : SolverVariableSettings -> float Parameters
- settings
 - Type: AGI.Foundation.NumericalMethodsSolverVariableSettings
The SolverVariableSettings to which this scaling will apply. 
Return Value
Type: 
DoubleThe scale value.
See Also