The ExprBinary type exposes the following members.

Constructors

  NameDescription
Public methodExprBinary
The ExprBinary will compute the specified specified function on the specified lhs and rhs parameters.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns the string form of this ExprBinary.
(Overrides Object..::..ToString()()()().)
Public methodToWire
Returns the wire form of this ExprBinary.
Public methodValidateSyntax
Validates the syntax of this ExprBinary.

Fields

  NameDescription
Public fieldStatic memberDIVIDE
Division operator.
Public fieldStatic memberLOG
Logarithm operator.
Public fieldStatic memberMINUS
Subtraction operator.
Public fieldStatic memberMOD
Modulo (remainder) operator.
Public fieldStatic memberMULTIPLY
Multiplication operator.
Public fieldStatic memberPLUS
Addition operator.
Public fieldStatic memberPOWER
Exponentiation operator.
Public fieldStatic memberROUND
Round operator.
Public fieldStatic memberTRUNC
Truncation operator.

Properties

  NameDescription
Public propertyFunction
Gets and sets the the mathematical function for this ExprBinary.
Public propertyLhs
Gets and sets the left-hand side of this binary expression.
Public propertyRhs
Gets and sets the right-hand side of this binary expression.

See Also