Conditional Fields
- Mise à jour2023-02-21
- Temps de lecture : 3 minute(s)
The Conditional type exposes the following members.
| Name | Description | |
|---|---|---|
| AND | NI VeriStand converts the values of the double data type to the I32 data type and then performs the AND operation on the values bitwise. | |
| Equal | Equal to operation. | |
| Greater | Greater than operation. | |
| GreaterOrEqual | Greater than or equal to operation. | |
| Less | Less than operation. | |
| LessOrEqual | Less than or equal to operation. | |
| NotEqual | Not equal operation. | |
| OR | NI VeriStand converts the values of the double data type to the I32 data type and then performs the OR operation on the values bitwise. |