在另一个空变量init()中初始化属性是什么意思?

时间:2015-08-27 20:20:37

标签: ios swift initialization structure

我对设置widthheight属性等于widthInitheightInit的目标感到困惑?

他们只是被放入另一个没有价值的变量...... ???

这是如何被称为“初始化”?并解释了这与结构开头的(宽度/高度)声明之间的区别?他们被宣布没有价值,现在他们被放入没有价值的变量?请帮忙!

init(widthInit: Double, heightInit: Double) { 
  self.width = widthInit 
  self.height = heightInit
}

0 个答案:

没有答案