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

isForFoodEnergyUse

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

Declaration 宣言

var isForFoodEnergyUse: Bool { get set }

Discussion 議論

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

See Also 参照

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