Keywords.QsOperator.New 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.
Overloads
| New(String, Int32, Boolean) | |
| New(String, String, Int32, Boolean) |
New(String, Int32, Boolean)
public static Microsoft.Quantum.QsCompiler.TextProcessing.Keywords.QsOperator New (string str, int p, bool assoc);
static member New : string * int * bool -> Microsoft.Quantum.QsCompiler.TextProcessing.Keywords.QsOperator
Public Shared Function New (str As String, p As Integer, assoc As Boolean) As Keywords.QsOperator
Parameters
- str
- String
- p
- Int32
- assoc
- Boolean
Returns
Applies to
New(String, String, Int32, Boolean)
public static Microsoft.Quantum.QsCompiler.TextProcessing.Keywords.QsOperator New (string str, string rstr, int p, bool assoc);
static member New : string * string * int * bool -> Microsoft.Quantum.QsCompiler.TextProcessing.Keywords.QsOperator
Public Shared Function New (str As String, rstr As String, p As Integer, assoc As Boolean) As Keywords.QsOperator
Parameters
- str
- String
- rstr
- String
- p
- Int32
- assoc
- Boolean