CAD.Value Method

Calculate CAD for the specific instance of ISeries, index and pair of lengths.
public static double Value( 
ISeries input
int index
int length1
int length2 
)
This language is not supported or no code example is available.
public:  
static double Value( 
ISeries^ input
int index
int length1
int length2 
)
This language is not supported or no code example is available.
public static function Value( 
input : ISeries
index : int
length1 : int
length2 : int 
) : double;
This language is not supported or no code example is available.

Parameters

input
ISeries

The input series.

index
int

The index.

length1
int

The length1.

length2
int

The length2.

Return Value

double

System.Double.

In this article

Definition