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

hidesScaleName

The visibility of the unit name of a temperature. ある温度の単位名の可視性。

Declaration 宣言

var hidesScaleName: Bool { get set }
Available when UnitType is UnitTemperature. UnitTypeUnitTemperatureである時に利用可能。

Discussion 議論

Set hidesScaleName to true to exclude the unit name from a formatted temperature string. For example, 90° rather than 90°F or 90°C with the narrow unit width, or 90 degrees rather than 90 degrees Celcius or 90 degrees Fahrenheit with the wide width. hidesScaleNametrueに設定することで、単位名をある書式設定された温度文字列から排除してください。例えば、90°90°Fの代わりにまたは90°Cnarrow単位幅で、または90 degrees90 degrees Celciusの代わりにまたは90 degrees Fahrenheitwide幅で。

Hiding the unit name only affects the presentation of the measurement. Unless you specify asProvided as the usage, the system converts the temperature to the unit that the locale uses. 単位名を隠すことは、寸法の提示に影響を及ぼすだけです。あなたがasProvidedusageとして指定しない限り、システムは温度をロケールが使う単位に変換します。

See Also 参照

Modifying a Measurement Format Style 寸法書式設定スタイルを修正する