Initializer

init(coefficient:constant:)

Creates a unit converter with the coefficient and constant you specify. 単位コンバータをあなたが指定する係数と定数で作成します。

Declaration 宣言

init(coefficient: Double, 
constant: Double)

Parameters パラメータ

coefficient

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

constant

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

See Also 参照

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