Table of Contents

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.

protected override Expression BuildSelector(Expression expression)

Parameters

expression Expression

The input parameter to the selector.

Returns

Expression

The Expression that applies an arithmetic negation operation on the input parameter to the selector result.