The ExprBinary type exposes the following members.
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.
|