ChartDirector 5.1 (.NET Edition)

ArrayMath.result


Usage

[VB] Public Function result() As Double()
[C#] public double[] result();

Description

Gets the content of the ArrayMath object as a normal array to be used in other ChartDirector API.

Arguments

None

Return Value

The content of the ArrayMath object as a normal array.