ChartDirector 7.1 (.NET Edition)

ArrayMath.rate


Usage

[C#]public ArrayMath rate([ int offset ]);
[VB]Public Function rate([ offset As Integer ]) As ArrayMath

Description

Divides each element of the ArrayMath object by an earlier element in the same ArrayMath object.

Arguments

ArgumentDefaultDescription
offset1The difference in position between an element and the earlier element to divide it.

Return Value

The current ArrayMath object.