Defines |
|
| #define | SCALAR_EXPR 1 |
| A single floating point value. |
|
| #define | VECTOR_EXPR 3 |
| ans[0] = x, ans[1] = y, ans[2] = z. |
|
| #define SCALAR_EXPR 1 |
A single floating point value.
| #define VECTOR_EXPR 3 |
ans[0] = x, ans[1] = y, ans[2] = z.
The method getExprType() may be used to determine the type of the
expression result. An array of floating point values.