Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorInfo Class / LessThanOperator Field


In This Topic
    LessThanOperator Field
    In This Topic
    Represents an instance of the binary "less than" operator.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly LessThanOperator As BinaryOperatorInfo
    'Usage
     
    
    Dim value As BinaryOperatorInfo
     
    value = BinaryOperatorInfo.LessThanOperator
    public static readonly BinaryOperatorInfo LessThanOperator
    See Also