UltOsc.Value Method

Calculate UltOsc for the specific instance of ISeries, index and paramters (n1, n2 and n3).
public static double Value( 
ISeries input
int index
int n1
int n2
int n3 
)
This language is not supported or no code example is available.
public:  
static double Value( 
ISeries^ input
int index
int n1
int n2
int n3 
)
This language is not supported or no code example is available.
public static function Value( 
input : ISeries
index : int
n1 : int
n2 : int
n3 : int 
) : double;
This language is not supported or no code example is available.

Parameters

input
ISeries

The input series.

index
int

The index.

n1
int

The n1 parameter.

n2
int

The n2 parameter.

n3
int

The n3 parameter.

Return Value

double

System.Double.

In this article

Definition