丁腈密封胶:java里面问题!求助

来源:百度文库 编辑:高考问答 时间:2024/05/15 03:36:47
public a(double cm) {
this((int)Math.round(cm*MM_PER_CM));
}
帮我看这个构造函数
想知道this()是怎么用的
有什么用
一般不是“this.a=cm”什么的吗
this(m*MM_PER_M + cm*MM_PER_CM + mm);
还有这个
里面的“+”号是把所有元素的值加起来吗?