ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Data.VBFunctionLib Assembly / GrapeCity.Enterprise.Data.VisualBasicReplacement Namespace / VBMath Class / Rnd Method / Rnd() Method

In This Topic
    Rnd() Method
    In This Topic
    Returns a random number of type float.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Rnd() As Single
    public static float Rnd()

    Return Value

    Returns a random number of type float.
    See Also