Initializer

init(coefficient:)

Initializes the unit converter with the coefficient you specify. 単位コンバータをあなたが指定する係数で初期化します。

Declaration 宣言

convenience init(coefficient: Double)

Parameters パラメータ

coefficient

The coefficient used in the linear unit conversion calculation. 線形単位変換計算で使われる係数。

Return Value 戻り値

A unit converter initialized with the specified coefficient. 指定された係数で初期化された単位コンバータ。

Discussion 議論

Calling this initializer is equivalent to calling initWithCoefficient:constant, passing 0 for the constant parameter. このイニシャライザを呼び出すことは、initWithCoefficient:constantを呼び出して、0constantパラメータに対して渡すことに等しいです。

See Also 参照

Creating Unit Converters 単位コンバータを作成する