ChartDirector 7.0 (Java Edition)

RanSeries.fillSeries


Usage

public void fillSeries(double[] ret, int offset, int len, double minValue, double maxValue)

Description

Fill part of an array with independent random numbers.

Arguments

ArgumentDefaultDescription
ret(Mandatory)The array to be filled.
offset(Mandatory)The index of the array position to start filling.
len(Mandatory)The number of random numbers to generate.
minValue(Mandatory)The minimum value of the random number.
maxValue(Mandatory)The maximum value of the random number.

Return Value

None