ChartDirector 7.1 (.NET Edition)

RanSeries.fillSeries


Usage

[C#]public void fillSeries(double[] ret, int offset, int len, double minValue, double maxValue);
[VB]Public void fillSeries(ret As Double(), offset As Integer, len As Integer, minValue As Double, maxValue As Double);

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