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

forFoodEnergyUse

A Boolean value that indicates whether the energy value is used to measure food energy. エネルギー値が食物エネルギーを測定するために使われるかどうかを指し示すブール値。

Declaration 宣言

@property(getter=isForFoodEnergyUse) BOOL forFoodEnergyUse;

Discussion 議論

Returns YES if the energy is used to measure food energy; otherwise, NO. If set to YES, NSEnergyFormatterUnitKilocalorie may be represented using “C” instead of “kcal”. By default, this property returns NO. YESを、エネルギーが食品エネルギーを計るために使われるならば返します;そうでなければ、NOYESに設定するならば、NSEnergyFormatterUnitKilocalorieは “C” を使って表されるかもしれません、“kcal” ではなく。初期状態では、このプロパティはNOを返します。

See Also 参照

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