Esempio n. 1
0
 public static bool IsOperator(this IMathMeta meta)
 {
     return(meta.Is(typeof(IMathOperator)));
 }
Esempio n. 2
0
 public static bool IsFunction(this IMathMeta meta)
 {
     return(meta.Is(typeof(IMathFunction)));
 }