SAR.InitialAcc Property

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

Property Value

double

In this article

Definition