示例#1
0
 public static Function MakeIntegerIndices(this Function func)
 {
     var xform = new IntegerIndexTransformer(func.Body);
     return xform.GetAlgorithm();
 }
示例#2
0
        public static Function MakeIntegerIndices(this Function func)
        {
            var xform = new IntegerIndexTransformer(func.Body);

            return(xform.GetAlgorithm());
        }