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


In This Topic
    LessThanOperatorInfo Class
    In This Topic
    Represents the less than operator.
    Syntax
    'Declaration
     
    
    Public Class LessThanOperatorInfo 
       Inherits BinaryOperatorInfo
    'Usage
     
    
    Dim instance As LessThanOperatorInfo
    public class LessThanOperatorInfo : BinaryOperatorInfo 
    Inheritance Hierarchy

    System.Object
       FarPoint.CalcEngine.OperatorInfo
          FarPoint.CalcEngine.BinaryOperatorInfo
             FarPoint.CalcEngine.LessThanOperatorInfo

    See Also