SAR.Value Method

Calculate SAR for the specific instance of ISeries, index, upper bound, step and initial acc.
public static double Value( 
ISeries input
int index
double upperBound
double step
double initialAcc 
)
This language is not supported or no code example is available.
public:  
static double Value( 
ISeries^ input
int index
double upperBound
double step
double initialAcc 
)
This language is not supported or no code example is available.
public static function Value( 
input : ISeries
index : int
upperBound : double
step : double
initialAcc : double 
) : double;
This language is not supported or no code example is available.

Parameters

input
ISeries

The input series.

index
int

The index.

upperBound
double

The upper bound

step
double

The step.

initialAcc
double

The initial acc.

Return Value

double

System.Double.

In this article

Definition