IfThenElse<'lang>
Namespace
Brahma.FSharp.OpenCL.ASTContructors
Constructor | Signature | Description | |
---|---|---|---|
# | new(cond, thenBranch, elseBranch) | (cond:Expression<'lang> * thenBranch:StatementBlock<'lang> * elseBranch:Option<StatementBlock<'lang>>) -> IfThenElse<'lang> | CompiledName: |
Instance members
Instance member | Signature | Description | |
---|---|---|---|
# | x.Condition | Expression<'lang> | CompiledName: |
# | x.Else | Option<StatementBlock<'lang>> | CompiledName: |
# | x.Then | StatementBlock<'lang> | CompiledName: |