Spread Windows Forms 10.0 Product Documentation
BinaryOperatorInfo Class Members
Fields  Properties  Methods 


The following tables list the members exposed by BinaryOperatorInfo.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)AddOperatorRepresents an instance of the binary addition operator.  
Public Fieldstatic (Shared in Visual Basic)ConcatenateOperatorRepresents an instance of the binary concatenate operator.  
Public Fieldstatic (Shared in Visual Basic)DivideOperatorRepresents an instance of the binary division operator.  
Public Fieldstatic (Shared in Visual Basic)EqualOperatorRepresents an instance of the binary equals operator.  
Public Fieldstatic (Shared in Visual Basic)ExponentOperatorRepresents an instance of the binary exponent operator.  
Public Fieldstatic (Shared in Visual Basic)GreaterThanOperatorRepresents an instance of the binary "greater than" operator.  
Public Fieldstatic (Shared in Visual Basic)GreaterThanOrEqualOperatorRepresents an instance of the binary "greater than or equals" operator.  
Public Fieldstatic (Shared in Visual Basic)IntersectOperatorRepresents an instance of the binary "Intersect" operator.  
Public Fieldstatic (Shared in Visual Basic)LessThanOperatorRepresents an instance of the binary "less than" operator.  
Public Fieldstatic (Shared in Visual Basic)LessThanOrEqualOperatorRepresents an instance of the binary "less than or equals" operator.  
Public Fieldstatic (Shared in Visual Basic)MultiplyOperatorRepresents an instance of the binary multiplication operator.  
Public Fieldstatic (Shared in Visual Basic)NotEqualOperatorRepresents an instance of the binary "not equals" operator.  
Public Fieldstatic (Shared in Visual Basic)SubtractOperatorRepresents an instance of the binary subtraction operator.  
Public Fieldstatic (Shared in Visual Basic)UnionOperatorRepresents an instance of the binary "Union" operator.  
Top
Public Properties
 NameDescription
Public PropertyNameGets the name of the operator. (Inherited from FarPoint.CalcEngine.OperatorInfo)
Top
Public Methods
 NameDescription
Public MethodEvaluateReturns the result of the operator applied to the operands.  
Public MethodToStringReturns the text representation of the name of the operator. (Inherited from FarPoint.CalcEngine.OperatorInfo)
Top
See Also

Reference

BinaryOperatorInfo Class
FarPoint.CalcEngine Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.