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


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