The MyDouble function takes an argument of type double.
函数需要一个double型的参数。
You can use double quotation marks (") to include Spaces within an argument."
可以使用双引号(“)在参数中包含空格。”
To match the second function, the int argument 42 must be converted to a double.
如果使之与第二个函数匹配,就必须将int 型实参42 转换为double 型的值。
To match the second function, the int argument 42 must be converted to a double.
如果使之与第二个函数匹配,就必须将int 型实参42 转换为double 型的值。
应用推荐