VeriStand .NET API Reference

Conditional Fields

The Conditional type exposes the following members.

NameDescription
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.

See Also

Log in to get a better experience