LogicType Type
How a logic is to be applied.
Union cases
Union case | Description |
Full Usage:
And bool
Parameters:
bool
|
|
Full Usage:
Equal bool
Parameters:
bool
|
|
Full Usage:
Nand bool
Parameters:
bool
|
|
Full Usage:
Nor bool
Parameters:
bool
|
|
Full Usage:
Or bool
Parameters:
bool
|
|
Full Usage:
Xor bool
Parameters:
bool
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsAnd
Returns: bool
|
|
Full Usage:
this.IsEqual
Returns: bool
|
|
Full Usage:
this.IsNand
Returns: bool
|
|
Full Usage:
this.IsNor
Returns: bool
|
|
Full Usage:
this.IsOr
Returns: bool
|
|
Full Usage:
this.IsXor
Returns: bool
|
|