ChartDirector 7.0 (Java Edition)

ArrayMath.sub2


Usage

public ArrayMath sub2(double b)

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.