Opc.Ua.Core
NextInt32 Method (RandomSource)



Opc.Ua.Test Namespace > RandomSource Class : NextInt32 Method
Syntax
'Declaration
 
Public Function NextInt32( _
   ByVal max As Integer _
) As Integer
'Usage
 
Dim instance As RandomSource
Dim max As Integer
Dim value As Integer
 
value = instance.NextInt32(max)
public int NextInt32( 
   int max
)
public:
int NextInt32( 
   int max
) 

Parameters

max
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

Reference

RandomSource Class
RandomSource Members