Specifies the operation to be performed by the function transformation.
More...
Specifies the operation to be performed by the function transformation.
◆ FUNCTION0_XT
final int FUNCTION0_XT = 0 |
|
static |
Operator constant: min( A, B )
◆ FUNCTION10_XT
final int FUNCTION10_XT = 10 |
|
static |
Operator constant: A / B.
◆ FUNCTION11_XT
final int FUNCTION11_XT = 11 |
|
static |
Operator constant: A % B.
◆ FUNCTION12_XT
final int FUNCTION12_XT = 12 |
|
static |
Operator constant: trunk( A / B )
◆ FUNCTION1_XT
final int FUNCTION1_XT = 1 |
|
static |
Operator constant: max( A, B )
◆ FUNCTION2_XT
final int FUNCTION2_XT = 2 |
|
static |
Operator constant: abs( A - B )
◆ FUNCTION3_XT
final int FUNCTION3_XT = 3 |
|
static |
Operator constant: round( A )
◆ FUNCTION4_XT
final int FUNCTION4_XT = 4 |
|
static |
Operator constant: floor( A )
◆ FUNCTION5_XT
final int FUNCTION5_XT = 5 |
|
static |
Operator constant: ceil( A )
◆ FUNCTION6_XT
final int FUNCTION6_XT = 6 |
|
static |
Operator constant: trunk( A )
◆ FUNCTION7_XT
final int FUNCTION7_XT = 7 |
|
static |
Operator constant: A + B.
◆ FUNCTION8_XT
final int FUNCTION8_XT = 8 |
|
static |
Operator constant: A - B.
◆ FUNCTION9_XT
final int FUNCTION9_XT = 9 |
|
static |
Operator constant: A * B.