ChartDirector 7.0 (Java Edition)
ArrayMath.mul
Usage
public ArrayMath mul(double[] b)
Description
Multiplies an array to the ArrayMath object.
The array will be multiplied by multiplying each array element with the corresponding element of the ArrayMath object.
Arguments
Argument | Default | Description |
b | (Mandatory) | An array of numbers to be multiplied to the ArrayMath object. |
Return Value
The current ArrayMath object.
© 2021 Advanced Software Engineering Limited. All rights reserved.