WhileLoop<'lang>
Namespace
Brahma.FSharp.OpenCL.ASTContructors
Constructor | Signature | Description | |
---|---|---|---|
# | new(cond, whileBlock) | (cond:Expression<'lang> * whileBlock:StatementBlock<'lang>) -> WhileLoop<'lang> | CompiledName: |
Instance members
Instance member | Signature | Description | |
---|---|---|---|
# | x.Condition | Expression<'lang> | CompiledName: |
# | x.WhileBlock | StatementBlock<'lang> | CompiledName: |