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

baseUnitValueFromValue:

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

Declaration 宣言

- (double)baseUnitValueFromValue:(double)value;

Parameters パラメータ

value

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

Return Value 戻り値

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

Discussion 議論

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

See Also 参照

Converting Between Units 単位間で変換する