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