ChartDirector 7.1 (.NET Edition)

ArrayMath.mul2


Usage

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

Description

Multiplies a number to every element of the ArrayMath object.

Arguments

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

Return Value

The current ArrayMath object.