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

unitString(fromValue:unit:)

Returns the unit string based on the provided value and unit. 提供された値と単位に基づく単位文字列を返します。

Declaration 宣言

func unitString(fromValue value: Double, 
           unit: EnergyFormatter.Unit) -> String

Parameters パラメータ

value

The energy value in the provided unit. 提供された単位でのエネルギー値。

unit

The unit to use in the resulting energy string. 結果のエネルギー文字列で使う単位。

Return Value 戻り値

A localized string representing the given unit. The provided value determines whether the unit is plural or singular. 与えられた単位を表しているローカライズされた文字列。提供された値が、単位が複数形か単数形かを決定します。

See Also 参照

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