SyntaxGenerator.ArgumentWithControlQubits Method
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.
[Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })]
public static Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression ArgumentWithControlQubits (Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression arg, Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression ctlQs);
[<Microsoft.FSharp.Core.CompilationArgumentCounts(new System.Int32[] { 1, 1 })>]
Microsoft.Quantum.QsCompiler.SyntaxGenerator.ArgumentWithControlQubits : Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression -> Microsoft.Quantum.QsCompiler.SyntaxTree.TypedExpression
Public Shared Function ArgumentWithControlQubits (arg As TypedExpression, ctlQs As TypedExpression) As TypedExpression
Parameters
- arg
- TypedExpression
- ctlQs
- TypedExpression
Returns
- Attributes
-
Microsoft.FSharp.Core.CompilationArgumentCountsAttribute