SolverVariableSettingsScaling Property |
Gets or sets the type of scaling applied to the variable.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public SolverVariableScaling Scaling { get; set; }
Public Property Scaling As SolverVariableScaling
Get
Set
public:
property SolverVariableScaling^ Scaling {
SolverVariableScaling^ get ();
void set (SolverVariableScaling^ value);
}
member Scaling : SolverVariableScaling with get, set
Property Value
Type:
SolverVariableScalingSee Also