QsConjugation(QsPositionedBlock, QsPositionedBlock) Constructor

Definition

public QsConjugation (Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock outerTransformation, Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock innerTransformation);
new Microsoft.Quantum.QsCompiler.SyntaxTree.QsConjugation : Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock * Microsoft.Quantum.QsCompiler.SyntaxTree.QsPositionedBlock -> Microsoft.Quantum.QsCompiler.SyntaxTree.QsConjugation
Public Sub New (outerTransformation As QsPositionedBlock, innerTransformation As QsPositionedBlock)

Parameters

outerTransformation
QsPositionedBlock
innerTransformation
QsPositionedBlock

Applies to