Table of Contents

Namespace xFunc.Maths.Expressions.LogicalAndBitwise

Classes

And

Represents a AND operator.

Bool

Represents the boolean constant.

Equality

Represents the Equality operator.

Implication

Represents a Implication operator.

NAnd

Represents a bitwise NAND operator.

NOr

Represents a NOR operator.

Not

Represents a bitwise NOT operator.

Or

Represents a OR operator.

XOr

Represents a bitwise XOR operator.