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

unitString(fromMeters:usedUnit:)

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

Declaration 宣言

func unitString(fromMeters numberInMeters: Double, 
       usedUnit unitp: UnsafeMutablePointer<LengthFormatter.Unit>?) -> String

Parameters パラメータ

numberInMeters

The length’s value in meters. メートルでのこの長さの値。

unitp

An output parameter. This will hold the LengthFormatter.Unit value that corresponds to the returned units. 出力パラメータ。これは、LengthFormatter.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 isForPersonHeightUse property. このメソッドは、フォーマッタの持つロケール、値の規模、そしてisForPersonHeightUseプロパティに基づいて正しい単位を選択します

See Also 参照

Formatting Length Strings 長さ文字列を書式設定する