TimeSeries.Division (Double, TimeSeries) Operator

Implements the /.
public static TimeSeries operator /( 
double Value
TimeSeries series 
)
This language is not supported or no code example is available.
public:  
static TimeSeries^ operator /( 
double Value
TimeSeries^ series 
)
This language is not supported or no code example is available.
JScript supports the use of overloaded operators, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

Value
double

The value.

series
TimeSeries

The series.

Return Value

TimeSeries

The result of the operator.

Exception type Condition

ArgumentException

Operator argument can not be null

In this article

Definition