Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / RandFunctionInfo Class
Members


In This Topic
    RandFunctionInfo Class
    In This Topic
    Returns an evenly distributed random number greater than or equal to 0 and less than 1.
    Syntax
    'Declaration
     
    
    Public Class RandFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As RandFunctionInfo
    public class RandFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.RandFunctionInfo

    See Also