Esempio n. 1
0
        public static void addConstant(string format, mathConstant.functionDel function)
        {
            mathConstant m = new mathConstant(format, function);

            constants.Add(m);
            //MPTVSeriesLog.Write("Added MathConstant: ", m.form, MPTVSeriesLog.LogLevel.Debug);
        }
Esempio n. 2
0
 public static void addConstant(string format, mathConstant.functionDel function)
 {
     mathConstant m = new mathConstant(format, function);
     constants.Add(m);
     //MPTVSeriesLog.Write("Added MathConstant: ", m.form, MPTVSeriesLog.LogLevel.Debug);
 }