Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorInfo Class / GreaterThanOperator Field


In This Topic
    GreaterThanOperator Field
    In This Topic
    Represents an instance of the binary "greater than" operator. This field is read-only.
    Syntax
    'Declaration
     
    
    Public Shared ReadOnly GreaterThanOperator As BinaryOperatorInfo
    'Usage
     
    
    Dim value As BinaryOperatorInfo
     
    value = BinaryOperatorInfo.GreaterThanOperator
    public static readonly BinaryOperatorInfo GreaterThanOperator
    See Also