SAR.UpperBound Property

The upper bound.
[Category("Parameters")] 
[Description("The maximum possible value of the Acceleration Factor")] 
public double UpperBound {get; set;}
This language is not supported or no code example is available.
[Category("Parameters")] 
[Description("The maximum possible value of the Acceleration Factor")] 
public:  
property double UpperBound { 
double get( ); 
void set( 
double value 
); 
}
This language is not supported or no code example is available.
public  
Category("Parameters") 
Description("The maximum possible value of the Acceleration Factor") 
function get UpperBound() : double
public  
Category("Parameters") 
Description("The maximum possible value of the Acceleration Factor") 
function set UpperBound(value : double);
This language is not supported or no code example is available.

Property Value

double

In this article

Definition