ChartDirector 7.1 (.NET Edition)

ArrayMath.div2


Usage

[C#]public ArrayMath div2(double b);
[VB]Public Function div2(b As Double) As ArrayMath

Description

Divides every element of the ArrayMath object by the given number.

Arguments

ArgumentDefaultDescription
b(Mandatory)A number to be used as divisor to divide every element of the ArrayMath object.

Return Value

The current ArrayMath object.