TernaryLogic Type
this datatype defines the formulas of ternary logic; note that TernEqu is equality which is always a boolean value, and different to equivalence
Union cases
Union case | Description |
|
|
Full Usage:
TernConj(TernaryLogic, TernaryLogic)
Parameters:
TernaryLogic
Item2 : TernaryLogic
|
|
|
|
Full Usage:
TernDisj(TernaryLogic, TernaryLogic)
Parameters:
TernaryLogic
Item2 : TernaryLogic
|
|
Full Usage:
TernEqu(TernaryLogic, TernaryLogic)
Parameters:
TernaryLogic
Item2 : TernaryLogic
|
|
Full Usage:
TernGuard(TernaryLogic, TernaryLogic)
Parameters:
TernaryLogic
Item2 : TernaryLogic
|
|
Full Usage:
TernImpl(TernaryLogic, TernaryLogic)
Parameters:
TernaryLogic
Item2 : TernaryLogic
|
|
|
|
|
|
|
|
Full Usage:
TernVar string
Parameters:
string
|
|
Instance members
Instance member | Description |
Full Usage:
this.IsTernAbsent
Returns: bool
|
|
Full Usage:
this.IsTernConj
Returns: bool
|
|
Full Usage:
this.IsTernConst
Returns: bool
|
|
Full Usage:
this.IsTernDisj
Returns: bool
|
|
Full Usage:
this.IsTernEqu
Returns: bool
|
|
Full Usage:
this.IsTernGuard
Returns: bool
|
|
Full Usage:
this.IsTernImpl
Returns: bool
|
|
Full Usage:
this.IsTernNeg
Returns: bool
|
|
Full Usage:
this.IsTernParITE
Returns: bool
|
|
Full Usage:
this.IsTernSeqITE
Returns: bool
|
|
Full Usage:
this.IsTernVar
Returns: bool
|
|
Full Usage:
this.toStr uppLv
Parameters:
int
Returns: string
|
|