Click or drag to resize

SolverVariableSettings Constructor

Overload List
  NameDescription
Public methodSolverVariableSettings(Double)
Initializes a new instance. The InitialValue and tolerance will default to zero. The scaling will default to NoScalingOnVariable.
Public methodSolverVariableSettings(Double, Double)
Initializes a new instance with the tolerance set to zero and no scaling.
Protected methodSolverVariableSettings(SolverVariableSettings, CopyContext)
Initializes a new instance as a copy of an existing instance.
Public methodSolverVariableSettings(Double, Double, Double)
Initializes a new instance with no scaling.
Public methodSolverVariableSettings(Double, Double, Double, SolverVariableScaling)
Initializes a new instance.
Public methodSolverVariableSettings(Double, Double, Double, SolverVariableScaling, String)
Initializes a new instance.
Top
See Also