[C#] | public RanTable(int seed, int noOfCols, int noOfRows); |
[VB] | Public Sub New(seed As Integer, noOfCols As Integer, noOfRows As Integer) |
ChartDirector 7.1 (.NET Edition)
RanTable.
Usage
[C#] | public RanTable(int seed, int noOfCols, int noOfRows); |
[VB] | Public Sub New(seed As Integer, noOfCols As Integer, noOfRows As Integer) |
Description
Arguments
Argument | Default | Description |
---|---|---|
seed | (Mandatory) | The seed to be used in the random number generator. |
noOfCols | (Mandatory) | The number of columns in the random number table. |
noOfRows | (Mandatory) | The number of rows in the random number table. |
Return Value