'Declaration
Public Sub FillRandomRange( _ ByVal random As System.Random, _ ByVal itemCount As System.Integer, _ ByVal from As System.Double, _ ByVal to As System.Double _ )
'Usage
Dim instance As NDataSeriesDouble Dim random As System.Random Dim itemCount As System.Integer Dim from As System.Double Dim to As System.Double instance.FillRandomRange(random, itemCount, from, to)
Parameters
- random
- itemCount
- from
- to