Show / Hide Table of Contents

Enum BoolOperator

The boolean operators supported by the Analyzer.

Namespace: Microsoft.CST.OAT
Assembly: OAT.dll
Syntax
public enum BoolOperator

Fields

Name Description
AND

Logical and

NAND

Logical not and

NOR

Logical not or

NOT

Logical not

OR

Logical or

XOR

Logical xor

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX