[This is preliminary documentation and is subject to change.]
Render a bin op exp.

C# | Visual Basic | Visual C++ |
protected override string renderBinOpExp( XplBinaryoperator bopExp, string leftExpStr, string rightExpStr, XplBinaryoperators_enum op, ExtendedZOEProcessor..::.EZOEContext context )
Protected Overrides Function renderBinOpExp ( _ bopExp As XplBinaryoperator, _ leftExpStr As String, _ rightExpStr As String, _ op As XplBinaryoperators_enum, _ context As ExtendedZOEProcessor..::.EZOEContext _ ) As String
protected: virtual String^ renderBinOpExp( XplBinaryoperator^ bopExp, String^ leftExpStr, String^ rightExpStr, XplBinaryoperators_enum op, ExtendedZOEProcessor..::.EZOEContext context ) override

- bopExp (XplBinaryoperator)
- The bop exp.
- leftExpStr (String)
- The left exp STR.
- rightExpStr (String)
- The right exp STR.
- op (XplBinaryoperators_enum)
- The op.
- context (ExtendedZOEProcessor..::.EZOEContext)
- The context.

A string with the rendered item.