ForIntegerLoop<'lang>
Namespace
Brahma.FSharp.OpenCL.ASTContructors
Constructor | Signature | Description | |
---|---|---|---|
# | new(var, cond, countModifier, body) | (var:VarDecl<'lang> * cond:Expression<'lang> * countModifier:Statement<'lang> * body:StatementBlock<'lang>) -> ForIntegerLoop<'lang> | CompiledName: |
Instance members
Instance member | Signature | Description | |
---|---|---|---|
# | x.Body | StatementBlock<'lang> | CompiledName: |
# | x.Condition | Expression<'lang> | CompiledName: |
# | x.CountModifier | Statement<'lang> | CompiledName: |
# | x.Var | VarDecl<'lang> | CompiledName: |