コード例 #1
0
 public static bool IsOperator(this IMathMeta meta)
 {
     return(meta.Is(typeof(IMathOperator)));
 }
コード例 #2
0
 public static bool IsFunction(this IMathMeta meta)
 {
     return(meta.Is(typeof(IMathFunction)));
 }