var isForFoodEnergyUse : Bool
A Boolean value that indicates whether the energy value is used to measure food energy.
エネルギー値が食物エネルギーを測定するために使われるかどうかを指し示すブール値。
func getObjectValue (AutoreleasingUnsafeMutablePointer<AnyObject?>?, for: String, errorDescription : AutoreleasingUnsafeMutablePointer<NSString?>?) -> Bool
This method is not supported for the
NSEnergyFormatter
class.
このメソッドは、NSEnergyFormatter
クラスに対してサポートされません。
var numberFormatter : NumberFormatter!
The number formatter used to format the numbers in energy strings.
エネルギー文字列の中の数値を書式設定するために使われる数値フォーマッタ。
func string(fromValue : Double, unit: EnergyFormatter.Unit) -> String
Returns a properly formatted energy string for the given value and unit.
与えられた値と単位に対して適切に書式設定されたエネルギー文字列を返します。
func unitString (fromJoules : Double, usedUnit : UnsafeMutablePointer<EnergyFormatter.Unit>?) -> String
Returns the unit string for the provided value.
提供された値に対する単位文字列を返します。
func unitString (fromValue : Double, unit: EnergyFormatter.Unit) -> String
Returns the unit string based on the provided value and unit.
提供された値と単位に基づく単位文字列を返します。
var unitStyle : Formatter.UnitStyle
The unit style used by this formatter.
フォーマッタによって使われる単位スタイル。