NOT
apama.analyticskit.blocks.core.Not
Performs a logical 'not' on the input.
If the connected input is true, then the output will be false. If the connected input is false, then the output will be true.
Input Port Details
Name | Description | Type |
Value | Input value to the block. | boolean |
Output Port Details
Name | Description | Type |
NOT | The logical 'not' of the input. | boolean |