Table of Contents

Class BitwiseNotBuilder

Namespace
Bonsai.Expressions
Assembly
Bonsai.Core.dll

Represents an expression builder that applies a bitwise complement operation on elements of an observable sequence.

public class BitwiseNotBuilder : SelectBuilder, IExpressionBuilder
Inheritance
BitwiseNotBuilder
Implements
Inherited Members
Extension Methods

Methods

BuildSelector(Expression)

Returns the expression that applies a bitwise complement operation on the specified input parameter to the selector result.