Class NegateBuilder
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
Represents an expression builder that applies an arithmetic negation operation on elements of an observable sequence.
public class NegateBuilder : SelectBuilder, IExpressionBuilder
- Inheritance
-
NegateBuilder
- Implements
- Inherited Members
- Extension Methods
Methods
- BuildSelector(Expression)
Returns the expression that applies an arithmetic negation operation on the specified input parameter to the selector result.