Beispiel #1
0
        /// <summary>
        /// Creates an instance of CAcos used in the expression compilation.
        /// </summary>
        /// <param name="alValues">array list of CValue objects representing
        /// the indicated child-values</param>
        /// <returns>CFunction-derived object - CAcos</returns>
        public override EqCompiler.CFunction CreateInstance(ArrayList alValues)
        {
            CAcos oAcos = new CAcos();

            oAcos.SetValue(alValues);

            return(oAcos);
        }
        /// <summary>
        /// Creates an instance of CAcos used in the expression compilation. 
        /// </summary>
        /// <param name="alValues">array list of CValue objects representing
        /// the indicated child-values</param>
        /// <returns>CFunction-derived object - CAcos</returns>
        public override EqCompiler.CFunction CreateInstance( ArrayList alValues )
        {
            CAcos oAcos = new CAcos();
            oAcos.SetValue( alValues );

            return oAcos;
        }