Header menu logo Nu

LogicType Type

How a logic is to be applied.

Union cases

Union case Description

And bool

Full Usage: And bool

Parameters:
    Item : bool

Item : bool

Equal bool

Full Usage: Equal bool

Parameters:
    Item : bool

Item : bool

Nand bool

Full Usage: Nand bool

Parameters:
    Item : bool

Item : bool

Nor bool

Full Usage: Nor bool

Parameters:
    Item : bool

Item : bool

Or bool

Full Usage: Or bool

Parameters:
    Item : bool

Item : bool

Xor bool

Full Usage: Xor bool

Parameters:
    Item : bool

Item : bool

Instance members

Instance member Description

this.IsAnd

Full Usage: this.IsAnd

Returns: bool
Returns: bool

this.IsEqual

Full Usage: this.IsEqual

Returns: bool
Returns: bool

this.IsNand

Full Usage: this.IsNand

Returns: bool
Returns: bool

this.IsNor

Full Usage: this.IsNor

Returns: bool
Returns: bool

this.IsOr

Full Usage: this.IsOr

Returns: bool
Returns: bool

this.IsXor

Full Usage: this.IsXor

Returns: bool
Returns: bool

Type something to start searching.