OptimizationParameter(String, Object, Object, Object) Constructor

public OptimizationParameter( 
string name
object lowerBound
object upperBound
object step 
)
This language is not supported or no code example is available.
public:  
OptimizationParameter( 
String^ name
object^ lowerBound
object^ upperBound
object^ step 
)
This language is not supported or no code example is available.
public function OptimizationParameter( 
name : String
lowerBound : object
upperBound : object
step : object 
);
This language is not supported or no code example is available.

Parameters

name
string

lowerBound
object

upperBound
object

step
object

In this article

Definition