Spread WinForms 15
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / AndFunctionInfo Class
Members


AndFunctionInfo Class
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
Inheritance Hierarchy

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

See Also