ChartDirector Ver 4.1 (C++ Edition)

ArrayMath.div


Usage

ArrayMath& div(DoubleArray b);

Description

Divides the ArrayMath object by the given array.

The ArrayMath object will be divided by dividing each of its elements by the corresponding element in the given array.
SEO India | Search Engine Optimization Company India

Arguments

Argument Default Description
b (Mandatory) An array of numbers used as divisors to divide the ArrayMath object.

Return Value

The current ArrayMath object.