'Usage
Dim instance As IRandomSource Dim max As Integer Dim value As Integer value = instance.NextInt32(max)
Parameters
- max
- The maximum value to return.
Return Value
A random value greater than 0 but less than or equal to max.
'Usage
Dim instance As IRandomSource Dim max As Integer Dim value As Integer value = instance.NextInt32(max)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Thrown if the max parameter is less than zero. |
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