示例#1
0
文件: Prec.cs 项目: GAIMJKP/cntksharp
 /// <summary> Binary operators, when on the left. </summary>
 public static int Binary(BinaryOp op) =>
 Conditional + 1 + op.Priority();