Nevron.Chart Namespace / NDataSeriesDouble Class / FillRandomRange Method


FillRandomRange Method
Syntax
'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
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also