ChartDirector 7.1 (.NET Edition)

ArrayMath.sub2


Usage

[C#]public ArrayMath sub2(double b);
[VB]Public Function sub2(b As Double) As ArrayMath

Description

Subtracts a number from every element of the ArrayMath object.

Arguments

ArgumentDefaultDescription
b(Mandatory)A number to be subtracted from every element of the ArrayMath object.

Return Value

The current ArrayMath object.