ChartDirector 7.0 (Perl Edition)
ArrayMath.div
Usage
div(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
Argument | Default | Description |
b | (Mandatory) | An array of numbers used as divisors to divide the ArrayMath object. |
Return Value
The current ArrayMath object.
© 2021 Advanced Software Engineering Limited. All rights reserved.