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

unitString(fromJoules:usedUnit:)

Returns the unit string for the provided value. 提供された値に対する単位文字列を返します。

Declaration 宣言

func unitString(fromJoules numberInJoules: Double, 
       usedUnit unitp: UnsafeMutablePointer<EnergyFormatter.Unit>?) -> String

Parameters パラメータ

numberInJoules

The energy value in joules. ジュールでのエネルギー値。

unitp

An output parameter. This will hold the EnergyFormatter.Unit value that corresponds to the returned units. 出力パラメータ。これは返される単位に対応する、EnergyFormatter.Unit値を保持します。

Return Value 戻り値

A localized string representing the unit. 単位を表しているローカライズされた文字列。

Discussion 議論

This method selects the correct unit based on the formatter’s locale, the magnitude of the value, and the isForFoodEnergyUse property. このメソッドは、フォーマッタの持つロケール、値の規模、そしてisForFoodEnergyUseプロパティに基づいて正しい単位を選択します

See Also 参照

Formatting Energy Strings エネルギー文字列を書式設定する