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

unitString(fromKilograms:usedUnit:)

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

Declaration 宣言

func unitString(fromKilograms numberInKilograms: Double, 
       usedUnit unitp: UnsafeMutablePointer<MassFormatter.Unit>?) -> String

Parameters パラメータ

numberInKilograms

The mass’s value in kilograms. キログラムでのこの質量の値。

unitp

An output parameter. This will hold the MassFormatter.Unit value that corresponds to the returned units. 出力パラメータ。これは、MassFormatter.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 isForPersonMassUse property. The value, once converted into the appropriate unit, determines whether the unit string is plural or singular. このメソッドは、フォーマッタの持つロケール、値の規模、そしてisForPersonMassUseプロパティに基づいて正しい単位を選択しますその値が、一旦適切な単位へ変換されるならば、単位文字列が複数形か単数形かを決定します。

See Also 参照

Formatting Mass Strings 質量文字列を書式設定する