Example #1
0
 public int CompareTo(ICMValue other)
 {
     throw new NotImplementedException();
 }
Example #2
0
 public bool Equals(ICMValue other)
 {
     throw new NotImplementedException();
 }
        public CMDefaultParameter(FormulaParameter p_formulaParameter, ICMValue p_icmvalue)

        {
            parameterType = p_formulaParameter;
            result        = p_icmvalue;
        }