Developer Resources for AbleCommerce eCommerce platform
CommerceBuilder.Utility Namespace / RandomNumbers Class / Next Method / Next(Int32) Method
The upper-bound for the random number.
In This Topic
    Next(Int32) Method
    In This Topic
    Gets a random non-negative integer less than max.
    Syntax
    public int Next( 
       int max
    )

    Parameters

    max
    The upper-bound for the random number.

    Return Value

    The generated random 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