Instance Method インスタンスメソッド

value(fromBaseUnitValue:)

For a given unit, returns the specified value of the base unit in terms of that unit. ある与えられた単位に対して、基本単位の指定の値を、その単位に換算して返します。

Declaration 宣言

func value(fromBaseUnitValue baseUnitValue: Double) -> Double

Parameters パラメータ

baseUnitValue

The value in terms of the base unit. 基本単位の表現での値。

Return Value 戻り値

The value in terms of a given unit. 与えられた単位の表現での値。

Discussion 議論

This method takes a value in the base unit of a unit’s dimension and returns the result of converting it into that unit. For example, a converter for the pounds unit calling this method, passing 2.20462 to the baseUnitValue parameter, results in 1.0 (2.20462 lbs = 1 kg). このメソッドは、ある単位のもつ次元の基本単位でのある値を取り、そしてそれをその単位へと変換する結果を返します。例えば、ポンド単位に対するある変換器がこのメソッドを呼び出して、2.20462baseUnitValueパラメータに渡すことは、1.02.20462 lbs = 1 kg)という結果になります。

See Also 参照

Converting Between Units 単位間で変換する