OP_OPTION
Function Usage
Encapsulates the precision mode of an operator.
Prototype
OP_OPTION(x...)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
x... |
Input |
Operator precision mode. For details, see OpImplMode. |
Constraints
None
Example
1 2 | // Set the precision mode of the operator to high-precision mode. OP_OPTION(IMPL_MODE_HIGH_PRECISION); |
Parent topic: Common Macros and Classes