Click or drag to resize

SpecifiedValueScalingOnVariable.Scale 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)
Syntax
public override double Scale(
	SolverVariableSettings settings
)

Parameters

settings
Type: AGI.Foundation.NumericalMethods.SolverVariableSettings
The SolverVariableSettings to which this scaling will apply.

Return Value

Type: Double
The scale value.
See Also