ChartDirector 7.0 (Java Edition)

ArrayMath.div


Usage

public ArrayMath div(double[] 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.

Arguments

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

Return Value

The current ArrayMath object.