예제 #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)));
 }