BitNot Function - microsoft/MIMWAL GitHub Wiki
Syntax
int BitNot(value:flag)
Description
Inverses each bit.
Remarks
In the input value is null, it is treated as zero.
Supported Version
2.14.728.0 and later
Examples
BitNot([//WorkflowData/Mask])
int BitNot(value:flag)
Inverses each bit.
In the input value is null, it is treated as zero.
2.14.728.0 and later
BitNot([//WorkflowData/Mask])