Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / RandomNumbers Class / Next Method / Next(Int32,Int32) Method
The minimum possible value.
The maximum possible value.
In This Topic
    Next(Int32,Int32) Method
    In This Topic
    Gets a random number between min and max, inclusive.
    Syntax
    public int Next( 
       int min,
       int max
    )

    Parameters

    min
    The minimum possible value.
    max
    The maximum possible value.

    Return Value

    The randomly generated number.
    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