SpecifiedValueScalingOnInequalityConstraint Constructor |
Creates the scaling and sets the scaling factor to be used.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SpecifiedValueScalingOnInequalityConstraint(
double value
)
Public Sub New (
value As Double
)
public:
SpecifiedValueScalingOnInequalityConstraint(
double value
)
new :
value : float -> SpecifiedValueScalingOnInequalityConstraint
Parameters
- value
- Type: SystemDouble
The scale factor to be used. This value is not modified in any way.
See Also