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

forPersonMassUse

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

Declaration 宣言

@property(getter=isForPersonMassUse) BOOL forPersonMassUse;

Discussion 議論

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

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

See Also 参照

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