Keywords.QsOperator(String, String, Int32, Boolean) 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 QsOperator (string op, string cont, int prec, bool isLeftAssociative);
new Microsoft.Quantum.QsCompiler.TextProcessing.Keywords.QsOperator : string * string * int * bool -> Microsoft.Quantum.QsCompiler.TextProcessing.Keywords.QsOperator
Public Sub New (op As String, cont As String, prec As Integer, isLeftAssociative As Boolean)
Parameters
- op
- String
- cont
- String
- prec
- Int32
- isLeftAssociative
- Boolean