Instance Property インスタンスプロパティ

isForPersonMassUse

A Boolean value that indicates whether the resulting string represents a person’s mass. 結果文字列がある個人の重さを表しているかどうかを指し示すブール値。

Declaration 宣言

var isForPersonMassUse: Bool { get set }

Discussion 議論

Returns true if the value passed to string(fromKilograms:) or unitString(fromKilograms:usedUnit:) is a person's mass; otherwise, false. By default, this property returns false. trueを、もしstring(fromKilograms:)またはunitString(fromKilograms:usedUnit:)に渡された値が個人の質量ならば;そうでなければfalseを返します。初期状態では、このプロパティはfalseを返します。

The mass formatter uses this property when determining the best unit for a given locale (for example, in the string(fromKilograms:) method). 質量フォーマッタは、与えられたロケールに対して最良の単位を決定する場合にこのプロパティを使います(例えば、string(fromKilograms:)メソッドにおいて)。

See Also 参照

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