Binop<'lang>
Namespace
Brahma.FSharp.OpenCL.ASTContructors
Constructor | Signature | Description | |
---|---|---|---|
# | new(op, l, r) | (op:BOp<'lang> * l:Expression<'lang> * r:Expression<'lang>) -> Binop<'lang> | CompiledName: |
Instance members
Instance member | Signature | Description | |
---|---|---|---|
# | x.Left | Expression<'lang> | CompiledName: |
# | x.Op | BOp<'lang> | CompiledName: |
# | x.Right | Expression<'lang> | CompiledName: |