WhileLoop<'lang>

Namespace

Brahma.FSharp.OpenCL.AST

Contructors

ConstructorSignatureDescription
#new(cond, whileBlock)(cond:Expression<'lang> * whileBlock:StatementBlock<'lang>) -> WhileLoop<'lang>

CompiledName:.ctor

Instance members

Instance memberSignatureDescription
#x.ConditionExpression<'lang>

CompiledName:get_Condition

#x.WhileBlockStatementBlock<'lang>

CompiledName:get_WhileBlock