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


In This Topic
    AndFunctionInfo Class
    In This Topic
    Returns true if all its arguments are true; otherwise, returns false if one or more arguments are false.
    Syntax
    'Declaration
     
    
    Public Class AndFunctionInfo 
       Inherits FunctionInfo
    'Usage
     
    
    Dim instance As AndFunctionInfo
    public class AndFunctionInfo : FunctionInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.FunctionInfo
          FarPoint.CalcEngine.AndFunctionInfo

    See Also