Enumeration Case 列挙ケース

NSMeasurementFormatterUnitOptionsTemperatureWithoutUnit

Declaration 宣言

NSMeasurementFormatterUnitOptionsTemperatureWithoutUnit = (1UL << 2)

Discussion 議論

Specifies that representations of a measurement with the NSTemperatureUnit unit omit the letter denoting the temperature scale. For example, a temperature measurement with value equal to 72 using the degreeFahrenheitUnit would be represented as 72° rather than 72°F. NSTemperatureUnit単位での測定の表現が温度尺度を意味する表意文字を省略することを指定します。たとえば、degreeFahrenheitUnitを使う72と等しい値を持つ温度測定は、72°として表現されます、72°Fではなく。