Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BinaryOperatorInfo Class
Fields Properties Methods


In This Topic
    BinaryOperatorInfo Class Members
    In This Topic

    The following tables list the members exposed by BinaryOperatorInfo.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary addition operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary concatenate operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary division operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary equals operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary exponent operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary "greater than" operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary "greater than or equals" operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary "Intersect" operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary "less than" operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary "less than or equals" operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary multiplication operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary "not equals" operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary subtraction operator.  
    Public Fieldstatic (Shared in Visual Basic)Represents an instance of the binary "Union" operator.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the name of the operator. (Inherited from FarPoint.CalcEngine.OperatorInfo)
    Top
    Public Methods
     NameDescription
    Public MethodReturns the result of the operator applied to the operands.  
    Public MethodReturns the text representation of the operator. (Inherited from FarPoint.CalcEngine.OperatorInfo)
    Top
    See Also