예제 #1
0
파일: Expr.cs 프로젝트: buptkang/MathCog
        public override int GetHashCode()
        {
            int hash = _var.GetHashCode();

            return(hash);
        }