SolverConstraintScalingScale Method |
Gets the scaling value as it would be applied to the constraint.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract double Scale(
SolverConstraintSettings settings
)
Public MustOverride Function Scale (
settings As SolverConstraintSettings
) As Double
public:
virtual double Scale(
SolverConstraintSettings^ settings
) abstract
abstract Scale :
settings : SolverConstraintSettings -> float
Parameters
- settings
- Type: AGI.Foundation.NumericalMethodsSolverConstraintSettings
The SolverConstraintSettings to which this scaling will apply.
Return Value
Type:
DoubleThe scale value.
See Also