[C#] | public ArrayMath sub(double[] b); |
[VB] | Public Function sub(b As Double()) As ArrayMath |
ChartDirector 7.1 (.NET Edition)
ArrayMath.
Usage
[C#] | public ArrayMath sub(double[] b); |
[VB] | Public Function sub(b As Double()) As ArrayMath |
Description
Arguments
Argument | Default | Description |
---|---|---|
b | (Mandatory) | An array of numbers to be subtracted from the ArrayMath object. |
Return Value