[VB] | Public Function div2(b As Double) As ArrayMath |
[C#] | public ArrayMath div2(double b); |
ChartDirector 5.1 (.NET Edition)
ArrayMath.div2
Usage
[VB] | Public Function div2(b As Double) As ArrayMath |
[C#] | public ArrayMath div2(double b); |
Description
Arguments
Argument | Default | Description |
---|---|---|
b | (Mandatory) | A number to be used as divisor to divide every element of the ArrayMath object. |
Return Value