Header menu logo F# Header menu logo Averest

THREE Type

this datatype defines the values of ternary logic

Union cases

Union case Description

BOT

Full Usage: BOT

FALSE

Full Usage: FALSE

TRUE

Full Usage: TRUE

Instance members

Instance member Description

this.IsBOT

Full Usage: this.IsBOT

Returns: bool
Returns: bool

this.IsFALSE

Full Usage: this.IsFALSE

Returns: bool
Returns: bool

this.IsTRUE

Full Usage: this.IsTRUE

Returns: bool
Returns: bool

Type something to start searching.