ForIntegerLoop<'lang>

Namespace

Brahma.FSharp.OpenCL.AST

Contructors

ConstructorSignatureDescription
#new(var, cond, countModifier, body)(var:VarDecl<'lang> * cond:Expression<'lang> * countModifier:Statement<'lang> * body:StatementBlock<'lang>) -> ForIntegerLoop<'lang>

CompiledName:.ctor

Instance members

Instance memberSignatureDescription
#x.BodyStatementBlock<'lang>

CompiledName:get_Body

#x.ConditionExpression<'lang>

CompiledName:get_Condition

#x.CountModifierStatement<'lang>

CompiledName:get_CountModifier

#x.VarVarDecl<'lang>

CompiledName:get_Var