Beispiel #1
0
        private static EvalData ConstructEvalData()
        {
            // The temporary data used to store user defined functions and constants.
            FuncDefHelper funcDefHelper = new FuncDefHelper();

            // The evaluation options for the expression.
            // Also constains all of the data for the work steps.
            return new EvalData(_useRad, new WorkMgr(), funcDefHelper);
        }
Beispiel #2
0
        private static EvalData ConstructEvalData()
        {
            // The temporary data used to store user defined functions and constants.
            FuncDefHelper funcDefHelper = new FuncDefHelper();

            // The evaluation options for the expression.
            // Also constains all of the data for the work steps.
            return(new EvalData(_useRad, new WorkMgr(), funcDefHelper));
        }