Header menu logo issie

FastAlgExp Type

Union cases

Union case Description

AppendExp FastAlgExp list

Full Usage: AppendExp FastAlgExp list

Parameters:
Item : FastAlgExp list

BinaryExp(Exp1, Op, Exp2)

Full Usage: BinaryExp(Exp1, Op, Exp2)

Parameters:
Exp1 : FastAlgExp
Op : BinaryOp
Exp2 : FastAlgExp

ComparisonExp(Exp, Op, bigint)

Full Usage: ComparisonExp(Exp, Op, bigint)

Parameters:
Exp : FastAlgExp
Op : ComparisonOp
Item3 : bigint

DataLiteral FastData

Full Usage: DataLiteral FastData

Parameters:
Item : FastData

SingleTerm SimulationIO

Full Usage: SingleTerm SimulationIO

Parameters:
Item : SimulationIO

UnaryExp(Op, Exp)

Full Usage: UnaryExp(Op, Exp)

Parameters:
Op : UnaryOp
Exp : FastAlgExp

Instance members

Instance member Description

this.IsAppendExp

Full Usage: this.IsAppendExp

Returns: bool
Returns: bool

this.IsBinaryExp

Full Usage: this.IsBinaryExp

Returns: bool
Returns: bool

this.IsComparisonExp

Full Usage: this.IsComparisonExp

Returns: bool
Returns: bool

this.IsDataLiteral

Full Usage: this.IsDataLiteral

Returns: bool
Returns: bool

this.IsSingleTerm

Full Usage: this.IsSingleTerm

Returns: bool
Returns: bool

this.IsUnaryExp

Full Usage: this.IsUnaryExp

Returns: bool
Returns: bool

Type something to start searching.