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

string(fromJoules:)

Returns an energy string for the provided value. 提供された値に対するエネルギー文字列を返します。

Declaration 宣言

func string(fromJoules numberInJoules: Double) -> String

Parameters パラメータ

numberInJoules

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

Return Value 戻り値

A string that combines a value and a unit string appropriate for the formatter’s locale. 値と単位文字列をフォーマッタの持つロケールに適切に組み合わせる文字列。

Discussion 議論

This method converts the provided value in joules into units appropriate to the formatter’s locale. このメソッドは、ジュールで与えられた値をフォーマッタの持つロケールにふさわしい単位に変換します。

See Also 参照

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