SelectByFoldingOverExpressions.TransformationState 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 TransformationState (Func<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression,bool> condition, Func<bool,bool,bool> fold, bool seed, bool recur = true);
new Microsoft.Quantum.QsCompiler.Transformations.BasicTransformations.SelectByFoldingOverExpressions.TransformationState : Func<Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression, bool> * Func<bool, bool, bool> * bool * bool -> Microsoft.Quantum.QsCompiler.Transformations.BasicTransformations.SelectByFoldingOverExpressions.TransformationState
Public Sub New (condition As Func(Of TypedExpression, Boolean), fold As Func(Of Boolean, Boolean, Boolean), seed As Boolean, Optional recur As Boolean = true)
Parameters
- condition
- Func<TypedExpression,Boolean>
- seed
- Boolean
- recur
- Boolean