ChartDirector 7.1 (.NET Edition)

ArrayMath.result


Usage

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

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.