Class DivideBuilder
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Represents an expression builder that applies the arithmetic division operation on paired elements of an observable sequence.
Binary operators are applied over sequences of pairs of values, as long as the corresponding arithmetic and logic operator exists for the specific combination of input types.
Note
Binary arithmetic and logic operators can also be applied to sequences of single values. In this case, a workflow property will be inferred based on the type of the elements in the source sequence and exposed in the property grid. The value of this property will be used as the right-hand side when applying the binary operator to the elements in the source sequence.
public class DivideBuilder : BinaryOperatorBuilder, IPropertyMappingBuilder, IExpressionBuilder, ICustomTypeDescriptor
- Inheritance
-
DivideBuilder
- Implements
- Inherited Members
- Extension Methods
Methods
- BuildSelector(Expression, Expression)
Returns the expression that applies the arithmetic division operation to the left and right parameters.