SelectByFoldingOverExpressions Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public SelectByFoldingOverExpressions (Func<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,bool> condition, Func<bool,bool,bool> fold, bool seed, bool evaluateOnSubexpressions = true);
new Microsoft.Quantum.QsCompiler.Transformations.BasicTransformations.SelectByFoldingOverExpressions : Func<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, bool> * Func<bool, bool, bool> * bool * bool -> Microsoft.Quantum.QsCompiler.Transformations.BasicTransformations.SelectByFoldingOverExpressions
Public Sub New (condition As Func(Of TypedExpression, Boolean), fold As Func(Of Boolean, Boolean, Boolean), seed As Boolean, Optional evaluateOnSubexpressions As Boolean = true)
Parameters
- condition
- Func<TypedExpression,Boolean>
- seed
- Boolean
- evaluateOnSubexpressions
- Boolean