SolverConstraintSettingsScaling Property |
Gets or sets the type of scaling 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 SolverConstraintScaling Scaling { get; set; }
Public Property Scaling As SolverConstraintScaling
Get
Set
public:
property SolverConstraintScaling^ Scaling {
SolverConstraintScaling^ get ();
void set (SolverConstraintScaling^ value);
}
member Scaling : SolverConstraintScaling with get, set
Property Value
Type:
SolverConstraintScalingSee Also