ChartDirector 7.1 (.NET Edition)

ArrayMath.replace


Usage

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

Description

Finds elements that are equal to a given value and replace it with another value.

Arguments

ArgumentDefaultDescription
a(Mandatory)The value to be replaced.
b(Mandatory)The replacing value.

Return Value

The current ArrayMath object.