Class BinaryOperatorBuilder
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Provides a base class for expression builders that define a simple binary operator on paired elements of an observable sequence. This is an abstract class.
public abstract class BinaryOperatorBuilder : SelectBuilder, IPropertyMappingBuilder, IExpressionBuilder, ICustomTypeDescriptor
- Inheritance
-
BinaryOperatorBuilder
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
- Operand
Gets or sets the value of the operand used to process the observable sequence.
Methods
- BuildSelector(Expression)
Returns the expression that maps the specified input parameter to the selector result.
- BuildSelector(Expression, Expression)
When overridden in a derived class, returns the expression that applies a binary operator to the left and right parameters.