The ExprBinary type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ExprBinary |
The ExprBinary will compute the specified
specified function on the specified
lhs and rhs parameters.
|
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString |
Returns the string form of this ExprBinary.
(Overrides Object..::..ToString()()()().) |
![]() | ToWire |
Returns the wire form of this ExprBinary.
|
![]() | ValidateSyntax |
Validates the syntax of this ExprBinary.
|
Fields
Name | Description | |
---|---|---|
![]() ![]() | DIVIDE |
Division operator.
|
![]() ![]() | LOG |
Logarithm operator.
|
![]() ![]() | MINUS |
Subtraction operator.
|
![]() ![]() | MOD |
Modulo (remainder) operator.
|
![]() ![]() | MULTIPLY |
Multiplication operator.
|
![]() ![]() | PLUS |
Addition operator.
|
![]() ![]() | POWER |
Exponentiation operator.
|
![]() ![]() | ROUND |
Round operator.
|
![]() ![]() | TRUNC |
Truncation operator.
|
Properties
Name | Description | |
---|---|---|
![]() | Function |
Gets and sets the the mathematical function
for this ExprBinary.
|
![]() | Lhs |
Gets and sets the left-hand side of this binary expression.
|
![]() | Rhs |
Gets and sets the right-hand side of this binary expression.
|