예제 #1
0
        public override MathLiteral Clone()
        {
            MathPI clone = new MathPI();

            clone.Value = Value;
            return(clone);
        }
예제 #2
0
파일: MathPI.cs 프로젝트: GodLesZ/svn-dump
		public override MathLiteral Clone() {
			MathPI clone = new MathPI();
			clone.Value = Value;
			return clone;
		}