ChartDirector 7.0 (ASP/COM/VB Edition)
ArrayMath.subtract
Usage
subtract(b)
Description
Subtracts an array from the ArrayMath object.
The array will be subtracted by subtracting each array element from the corresponding element of the ArrayMath object.
Arguments
Argument | Default | Description |
b | (Mandatory) | An array of numbers to be subtracted from the ArrayMath object. |
Return Value
The current ArrayMath object.
© 2021 Advanced Software Engineering Limited. All rights reserved.