func baseUnitValue (fromValue : Double) -> Double
For a given unit, returns the specified value of that unit in terms of the base unit of its dimension.
ある与えられた単位に対して、その単位の指定の値を、それの次元の基本単位に換算して返します。
Availability 有効性
Technology
baseUnitValue
The value in terms of the base unit. 基本単位の表現での値。
The value in terms of a given unit. 与えられた単位の表現での値。
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
to the base
parameter, results in 1
(2.20462 lbs = 1 kg).
このメソッドは、ある単位のもつ次元の基本単位でのある値を取り、そしてそれをその単位へと変換する結果を返します。例えば、ポンド単位に対するある変換器がこのメソッドを呼び出して、2
をbase
パラメータに渡すことは、1
(2.20462 lbs = 1 kg)という結果になります。
func baseUnitValue (fromValue : Double) -> Double