ChartDirector 7.1 (.NET Edition)

ArrayMath.mul


Usage

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

Description

Multiplies an array to the ArrayMath object.

The array will be multiplied by multiplying each array element with the corresponding element of the ArrayMath object.

Arguments

ArgumentDefaultDescription
b(Mandatory)An array of numbers to be multiplied to the ArrayMath object.

Return Value

The current ArrayMath object.